How to add swipe actions to Collection View
A tutorial on implementing swipe actions (like delete and favorite) in iOS Collection Views using UICollectionLayoutListConfiguration.
A tutorial on implementing swipe actions (like delete and favorite) in iOS Collection Views using UICollectionLayoutListConfiguration.
A technical tutorial on implementing sticky section headers in iOS CollectionViews using Compositional Layout and the pinToVisibleBounds property.
Tips and best practices for implementing Diffable Data Sources in iOS development, covering typealiases, avoiding retain cycles, and using enums.
A technical guide exploring the NSCollectionLayoutGroup class for creating complex layouts in iOS Collection Views using Compositional Layout.
A guide to building complex input forms for iOS apps using an updated collection view view-model framework in Swift.
A tutorial on creating reusable view components for modern iOS collection views using compositional layout and diffable data sources.
A technical guide on using LINQ queries to filter, sort, and group data in a WPF CollectionView for a more type-safe and readable approach.