aksonov / aksonov/react-native-tableview

Show the extra separators below UITableView

オープン
#135 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Objective-C
スター
1.4k
フォーク
179
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。