Rufo
Rufo! woof, woof!
We polished few internal components and simplify the API. Plus you have direct access to UIScrollViewDelegate
, in case you need it.
Added
- Support
TableViewManager
asmanager
property ofItem
andSection
- Support
UIScrollViewDelegate
fromTableViewManager
viascrollDelegate
Changed
- Move
UITableViewDataSource
andUITableViewDelegate
implementations fromTableViewManager
toTableViewKitDataSource
andTableViewKitDelegate
which are now the properties:dataSource
anddelegate
, respectively. - Method
Item.section(in:)
has been renamed toItem.section
- Method
Item.indexPath(in:)
has been renamed toItem.indexPath
- Method
Item.reload(in:with:)
has been renamed toItem.reload(with:)
- Method
Item.select(in:animated:scrollPosition:)
has been renamed toItem.select(animated:scrollPosition:)
- Method
Item.select(in:animated:scrollPosition:)
has been renamed toItem.select(animated:scrollPosition:)
- Method
Item.deselect(in:animated:)
has been renamed toItem.deselect(animated:)
- Method
Section.index(in:)
has been renamed toSection.index