Skip to content

Caña Doble

Latest
Compare
Choose a tag to compare
@adellibovi adellibovi released this 27 Oct 11:01
· 49 commits to develop since this release
0e48f3d

"No te vo las a creer", you won't believe it! 🍻

We rewrote part of the diff algorithm which will make swappingTableItem and TableSection even faster.
We also polished the API to make it easier to use and added new features like the redraw() method, support for copy and paste and a convenient access to manager.

Added

  • Official support to Swift 4
  • Support for TableItem method redraw()
  • Support for scrollViewWillEndDragging
  • Support for item's copy and paste action via ActionPerformable

Changed

  • Deprecated Item in favour of TableItem
  • Deprecated Section in favour of TableSection
  • Optimize diff algorithm used by ObservableArray for common methods such as insert(at:), remove(at:) etc...
  • Fix a bug where manager was not set correctly on Item or Section
  • Fix memory ownership of ObservableArray for Swift 4

View build details and download artifacts on buddybuild:
TableViewKit (iOS, TableViewKit)