Building Responsive and Adaptive iOS App with UICollectionView

UICollectionView is an UIKit view that manages collection of ordered items and presents the items using customizable layout. In this article we are going to build a responsive movie list app that is adaptive to various form factors from the small iPhone 5 up to largest iPad Pro using UICollectionViewFlowLayout.