Releases: manGoweb/Presentables
Releases · manGoweb/Presentables
Release + SPM support
Ensure `UITableViewDataSource` and `UITableViewDelegate` are set before reloading bound `UITableView`
This prevents an issue in which initial data would not be loaded if it was ready before bind
was called on the UITableView
0.7.2
- Not despatching reload on main thread if it already on it.
Thanks @cthieba3-ford!
0.7.1
Bug Fix
This release fixes a retain cycle that can occur when binding a PresentableManager
with a UITableView
.
swift 4.2 xcode 10 upgrade
0.7.0 update for swift 4.2 and xcode 10.0
making custom bind public
0.6.7 Update Presentables.podspec
Small convenience changes
0.6.6 section convenience
PresentableSection behaves like an array of presentables
Call section.append(Presentable)
instead of section.presentables.append(Presentable)
Preset table view controllers as managers
0.6.3 adding preset controller and tools to make custom ones