aksonov / aksonov/react-native-tableview

Show the extra separators below UITableView

Aberta
#135 0 comentários 0 reações 0 responsáveis Ver no GitHub
enhancement
Linguagem predominante
Objective-C
Estrelas
1.4k
Forks
179
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.