Releases: zacharyclaysmith/SwiftBindingUI
Releases · zacharyclaysmith/SwiftBindingUI
v0.2.0-test.5
add createCell to BindableTableSection, also refactored the singleSec…
v0.2.0-test.4
Fixed binding issue on singleSection
v0.2.0-test.3
refactoring to make sections a first class citizen.
v0.2.0-test.2
added BindableTableSection and enforced its usage. Still needs work.
v0.2.0-test.1
Adding in table section support.
v0.1.0-test.7
added proper constructors for the BindableTableView
v0.1.0-test.6
changed BoundTableViewDelegate to be a TableView that serves as its o…
v0.1.0-test.5
Hopefully removed some circular binding issues.
v0.1.0-test.4
Added search button and cancel button hooks.
v0.1.0-test.3
Added selection listener to table delegate