Jul 13, 2022
iosdev
Using NSFetchedResultsController’s diffable snapshot with UICollectionView’s diffable data source
A look into the intricate details of Core Data NSFetchedResultsController’s new delegate method to work with diffable data sources driving a collection view.
Read →
Jul 3, 2022
iosdev
Bitmask (bitwise) values in Core Data
Swift’s OptionSet is great type. Here’s how you save and read such values in Core Data.
Read →
May 29, 2022
iosdev
Coordinator pattern with UITabBarController
Recommended way to seamlessly gel UITabBarController with Coordinator pattern, where each tab has its own Coordinator.
Read →