aksonov / aksonov/react-native-tableview

Show the extra separators below UITableView

Aperta
#135 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Objective-C
Stelle
1.4k
Fork
179
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

By default on iOS, UITableView shows extra separators in the empty place below the cells:

![Extra separators](https://i.stack.imgur.com/cFbz5.png)

As `RNTableView` is always initialising `tableFooterView`, these separators aren't shown. Could we initialise the footer only when we actually need?

At the moment, you can disable the footer by **commenting** this line:
```objc
_tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
```

And this line:
```objc
_tableView.tableFooterView = view;
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.