Skip to content

Releases: manGoweb/Presentables

Release + SPM support

16 Feb 11:21
Compare
Choose a tag to compare
1.0.0

Support SPM

Ensure `UITableViewDataSource` and `UITableViewDelegate` are set before reloading bound `UITableView`

01 Jul 13:46
662b07e
Compare
Choose a tag to compare

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

26 Jun 21:26
b7be8db
Compare
Choose a tag to compare
  • Not despatching reload on main thread if it already on it.

Thanks @cthieba3-ford!

0.7.1

23 Jan 09:43
Compare
Choose a tag to compare

latest changes

Bug Fix

10 Jul 18:49
Compare
Choose a tag to compare

This release fixes a retain cycle that can occur when binding a PresentableManager with a UITableView.

swift 4.2 xcode 10 upgrade

06 Jun 13:52
Compare
Choose a tag to compare
Pre-release
0.7.0

update for swift 4.2 and xcode 10.0

making custom bind public

28 May 11:09
d1d3eec
Compare
Choose a tag to compare
0.6.7

Update Presentables.podspec

Small convenience changes

27 Apr 15:32
Compare
Choose a tag to compare
0.6.6

section convenience

PresentableSection behaves like an array of presentables

27 Apr 10:20
Compare
Choose a tag to compare

Call section.append(Presentable) instead of section.presentables.append(Presentable)

Preset table view controllers as managers

25 Apr 20:34
Compare
Choose a tag to compare
0.6.3

adding preset controller and tools to make custom ones