-
## Motivation
UITableView is one of the fundamental classes made available to display data in UIKit. It's not used by flowkey's app, so we have no implemented it yet. Like `CGContext`, `UITableVie…
-
## UITableView
- [x] Dynamic patch
- [x] Section header
- [ ] Flatten
- [x] Section header/footer title
- [ ] Shadow of sections
- [ ] Edit buttons
- [ ] Delete button
- [x] Grouped table view…
-
Hello,
Du coup le fonctionnement d'une `UITableView` est le suivant :
Il y a deux méthodes indispensables :
- `func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -…
-
UITableView 에 대해 공부한 내용 정리하기! -> 풀커스텀이 가능한 수준으로!
여러종류의 셀 다루기
- https://www.youtube.com/watch?v=bYcfZdoCRe8
- https://pilgwon.github.io/blog/2017/08/30/Dealing-with-Complex-Table-Views-in-iOS.h…
-
Hi, first of all, thanks for the beautiful library.
I have an app that has a menu as a left drawer and other as regular screens so that I used your library. It is working as expected. The problem is …
-
I'm adjusting my table view's content inset when iAds are displayed or not, but whatever I do with contentInset seems to be ignored on the table. scrollIndicatorInsets are honored however.
And, yes, …
-
Please consider submitting the following information (if relevant):
* Library setup method: file, Carthage, CocoaPods or Swift Package Manager.
* Version of the library. Example: 20.0.1
* Xcode v…
-
Change cell view due to UI template
-
When using a UITableView as the Center view, editing does not work, specifically reordering cells.
- (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexP…
-
It seems to crash my app if I try to apply this effect to a cell contentView ...
Any idea why ?