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
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