TableViewKit
TableViewKit copied to clipboard
Empowering UITableView with painless multi-type cell support and built-in automatic state transition animations
When calling the method `public func reload(with animation: UITableView.RowAnimation = .automatic)` it looks that the parameter animation is being ignored of. If you set, for example, animation `.left` in the...
It would be nice to have a better explanation of the StaticStateful protocol
This issue is for tracking any improvements on our examples. It would be nice to have a .playground example to show off the features of the framework.
What if we create an adapter for managing empty state tables?
It would be good to improve how we are managing the animation, also a way to customise it. Apart from the standard UITableView animations. Something similar to UIViewControllerTransitionCoordinator?
In this PR we add SPM compatibility
In this Pull request we are trying to tackle a crash we are having with the swipe actions. Since we cannot reproduce this crash but can fix it (the result...