Skip to content

Rufo

Compare
Choose a tag to compare
@adellibovi adellibovi released this 10 Jul 10:24
· 76 commits to develop since this release
3b4c13a

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 as manager property of Item and Section
  • Support UIScrollViewDelegate from TableViewManager via scrollDelegate

Changed

  • Move UITableViewDataSource and UITableViewDelegate implementations from TableViewManager to TableViewKitDataSource and TableViewKitDelegate which are now the properties: dataSource and delegate, respectively.
  • Method Item.section(in:) has been renamed to Item.section
  • Method Item.indexPath(in:) has been renamed to Item.indexPath
  • Method Item.reload(in:with:) has been renamed to Item.reload(with:)
  • Method Item.select(in:animated:scrollPosition:) has been renamed to Item.select(animated:scrollPosition:)
  • Method Item.select(in:animated:scrollPosition:) has been renamed to Item.select(animated:scrollPosition:)
  • Method Item.deselect(in:animated:) has been renamed to Item.deselect(animated:)
  • Method Section.index(in:) has been renamed to Section.index