SwiftUI Class Struct Networking XCode NSCache Enum Optionals Property Observers Closures Guard Reviews StoreKit App Store Algorithms Testing Operators Protocol Extensions Weak Unowned SwiftData WWDC23 GCD API Admob SwiftLint Lottie Foreach Objective-C UIKit NavigationSplitView

All Articles


How to implement UICollectionView tutorial

UITableView is used to display lists of data, but UICollectionView is used to present complex and customized data.

2023-05-05 . 2 min read     UIKit UICollectionView

Read More »

How to use UISearchController with UICollectionViewController

UISearchController is a view controller that displays search results with the help of search bar. The search controller correlate with search results controller to display the search results.

2023-01-05 . 2 min read     UIKit UISearchController

Read More »