aksonov / aksonov/react-native-tableview

Show the extra separators below UITableView

Ouverte
#135 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
Objective-C
Étoiles
1.4k
Forks
179
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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;
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.