Fixing wrong animations with Diffable Data Source
Explains how to fix incorrect animations in iOS Diffable Data Sources by implementing custom Hashable conformance for custom types and Core Data objects.
Explains how to fix incorrect animations in iOS Diffable Data Sources by implementing custom Hashable conformance for custom types and Core Data objects.
A technical tutorial on replicating Apple Photos' layout and animations using iOS Compositional Layout and Diffable Data Sources.
A technical showcase of iOS's Modern Collection Views using Compositional Layout and Diffable Data Sources, with practical examples like grids, lists, and an Instagram profile clone.
A tutorial on implementing supplementary views like badges in iOS collection views using Compositional Layout and Diffable Data Source.
Explains how to refresh header and footer views in iOS TableView/CollectionView using Diffable Data Source's section identifiers and associated values.
A guide to implementing loading/shimmer effects using Diffable Data Sources in iOS, focusing on creating unique placeholder items.
A video tutorial on implementing Collection View Compositional Layout in iOS, covering items, groups, sections, and dynamic layouts.
A video tutorial on implementing iOS Diffable Data Sources in Collection Views and adding search functionality using the Combine framework.
A tutorial on integrating Diffable Data Sources with Core Data in iOS apps to simplify UITableView and UICollectionView updates.
A guide to using iOS 13's new Diffable Data Source API for UITableView to simplify data management and avoid common update errors.