Mastering layouts with UICollectionView
Any time a collection of items needs to be displayed, UICollectionView should be your go-to layout solution.
Introduced in iOS 6, UICollectionView is a more powerful extension of UITableView. While a table view only allows you to…