SimpleSource v2.0.4 Release Notes
Release Date: 2020-08-04 // over 4 years ago-
- 🚀 This release eliminates some superfluous updates emitted from
BasicDatasource
when moving items
- 🚀 This release eliminates some superfluous updates emitted from
Previous changes from v2.0.2
-
- ➕ Added a workaround for certain complex (but valid updates) triggering an exception in
UITableView
andUICollectionView
. If an update is deemed likely to trigger this exception, SimpleSource will perform a full reload instead of applying a delta update. - ⚡️ Updated for Swift 5, and Xcode 11.2
- ➕ Added a workaround for certain complex (but valid updates) triggering an exception in