4.5.0
Dependency changelog -> DTModelStorage 2.4 and higher
Added
- Support for Realm database storage - using
RealmStorage
class. - Ability to defer data binding until
tableView(_:willDisplayCell:forRowAtIndexPath:)
method is called. This can improve scrolling perfomance for table view cells.
manager.dataBindingBehaviour = .BeforeCellIsDisplayed
Changed
- UIReactions now properly unwrap data models, even for cases when model contains double optional value.