
GLTableCollectionView is a ready to use UITableViewController with a UICollectionView for each UITableViewCell, something like Netflix, Airbnb or the Apple’s App Store are doing in their iOS apps. GLTableCollectionView is completely customizable in both his UITableView and UICollectionView parts since it has been made on the same Data Source and Delegate methods with no complicated additions.
Source: giulio92/GLTableCollectionView: Netflix and App Store like UITableView with UICollectionView, written in pure Swift 3.0
Related