UICollectionView Tutorial Example in iOS 6 - Xcode 4.5 pt1

  • 10 years ago
http://www.mybringback.com
http://www.todaysawesomesauce.com

UICollectionView Tutorial Example in iOS 6 - Xcode 4.5 pt1

This tutorial we introduce the UICollectionView controller. If you're not familiar the UICollectionView see the basic definition below. So, we start by implementing the collectionview controller into our storyboard. Then we setup a custom cell with an imageview to be displayed within the collectionview cell and finally create classes to handle the view controller and custom collectionview cell.

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts. Collection views provide the same general function as table views except that a collection view is able to support more than just single-column layouts. Collection views support customizable layouts that can be used to implement multi-column grids, tiled layouts, circular layouts, and many more. You can even change the layout of a collection view dynamically if you want.

If you want to learn more, please check out http://www.mybringback.com

We would love to hear from you on facebook, twitter, or in the forums!