2.4.0
Added
RealmStorage
andRealmSection
class, that allows using Realm database results as a storage forDTTableView
andDTCollectionViewManager
.- Ability to specify xibName on
ViewModelMapping
class.
Removed
Removed API, deprecated in previous releases. All removed API calls are superseded by following replacement methods.
removeAllTableItems
,removeAllCollectionItems
->removeAllItems
moveCollectionItemAtIndexPath:toIndexPath:
,moveTableItemAtIndexPath:toIndexPath:
->moveItemAtIndexPath:toIndexPath:
moveCollectionViewSection:toSection
,moveTableViewSection:toSection
->moveSection:toSection
objectForCellClass
->itemForCellClass
objectForHeaderClass
->itemForHeaderClass
objectForFooterClass
->itemForFooterClass
objectAtIndexPath
->itemAtIndexPath
SectionModel
objects
andnumberOfObjects
->items
,numberOfItems