"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
methodredraw()
- Support for
scrollViewWillEndDragging
- Support for item's
copy
andpaste
action viaActionPerformable
Changed
- Deprecated
Item
in favour ofTableItem
- Deprecated
Section
in favour ofTableSection
- Optimize diff algorithm used by
ObservableArray
for common methods such asinsert(at:)
,remove(at:)
etc... - Fix a bug where
manager
was not set correctly onItem
orSection
- Fix memory ownership of
ObservableArray
for Swift 4
View build details and download artifacts on buddybuild:
TableViewKit (iOS, TableViewKit)