Exception when trying to move an item to the last position.
It is not possible to swipe a cell before you scroll items.
CHANGED
TKListViewLayout, TKListViewColumnLayout and TKListViewWrapLayout classes. are now removed. Use TKListViewLinearLayout and TKListViewGridLayout classes instead.
TKListViewCellAnimationBehavior, TKListViewCellAppearBehavior, TKListViewCellFadeInBehavior, TKListViewCellReorderBehavior, TKListViewCellScaleInBehavior, TKListViewCellSlideInBehavior classes are now removed. Use the itemAppearAnimation property in TKListViewLinearLayout class instead.
TKListViewCellAlignment enum is renamed to TKListViewItemAlignment
The insets property in TKListView is renamed to contentInset.
The fill and stroke properties are removed from TKListView. Use the backgroundView property instead.