#An introduction to Collection Views (UICollectionView) One of the new UIKit components of iOS 6 is Collection Views. This is a new tool you can use to manage different views on the screen in a grid or other shape format. When the number of views exceed the space on the screen, collection views, being a subclass of `UIScrollView`, display the cell in a scrollview. [Keep reading](https://www.invasivecode.com/weblog/an-introduction-to-collection-views/)










