ThunderTable
ThunderTable copied to clipboard
A declarative wrapper approach to UITableView
Adds ability to perform partial reloading and comparison of rows within `data`
## Description This solves an issue I was having with `didSet` not being called on a struct/class/enum implementing the `Row` protocol. If you want the image view to have a...
We should find some way that when you set `data` on `TableViewController` we can only reload cells that actually need it. Might need to move away from `data` being an...
Possibly add to `Row` protocol. https://developer.apple.com/documentation/uikit/uicontextmenuinteraction
We should add support for the pre-fetching APIs introduced by Apple in iOS 10! This could be really simply done, by adding a closure to the `Row` protocol in a...