add-search-to-tableview-in-swift.jpeg
add-search-to-tableview-in-swift.jpeg

Adding Search to TableView in Swift

Searching is a very common feature in any application, Adding search to tableView in swift, allows us to search in the list of elements that are presenting on table view…

Collection view inside tableview
Collection view inside tableview

Add CollectionView inside TableView

Having a collection view inside table view has become a very common design pattern. Many of the applications are already using this kind of pattern in their apps like Spotify,…