Xcode 12 Beta, Xcode 12, Lists in UICollectionView, UICollectionView Value of type UICollectionViewListCell has no member leadingSwipeActionsConfiguration / trailingSwipeActionsConfiguration Apple introduced new APIs to add leading and trailing swipe configuration in Xcode 12 Beta. They were introduced in Lists in UICollectionView video at 11:38 mark. However, needless to say, they're no
Xcode 12, UICollectionView, UICollectionViewListCell, Lists, Lists in UICollectionView, iOS14, Xcode 12 Beta, UITableView TableView via CollectionView on iOS - Lists in UICollectionView 🛑 Read Before ProceedingPlease make sure that you are using Xcode 12 (Beta or stable release) and above supporting iOS 14 and later versions. Most of the APIs mentioned in this post were announced
UICollectionView, UICollectionViewCell, Tutorial, Swift, Advanced Swift Tutorial - Creating Programmatic UICollectionView in Swift Creating a UICollectionView could be stressful - As compared to dealing with UITableView. But things don't have to be this way for so long. Every time I have to add a CollectionView in
Composite Layout, Compositional Layout, UICollectionView, iOS 13, App Store iOS 13 - Building App Store Layout using UICollectionView Composite Layout on iPad As I mentioned in in earlier posts, recently I have been playing with new UICollectionView APIs introduced at WWDC 2019. 2 Weeks ago, I started my ambitious project to re-create an App Store
UICollectionView, iOS 13, Mobile, Compositional Layout, Layout, Section, Group, Advanced, Multi-dimensional New Collection View APIs in iOS 13 - UICollectionView Compositional Layout This blog post is based on the Session 215 - Advances in Collection View Layout from WWDC 2019. I would highly recommend to go through this video to learn basics about new collection
Diffable, Data source, UITableView, UICollectionView iOS 13 - Diffable Data source for UITableView and UICollectionView Before you begin this tutorial, please make sure are running this tutorial on Xcode 11.0 with device running iOS 13 or moreThis year's WWDC was spectacular, not just because of introduction to
UICollectionView, Tips, Objective-C UICollectionView Tips Most of us have used UICollectionView. It's like a swiss knife. Too complex to explore all the features it offers. I've used it on many occasions, but I still don't feel fully comfortable