Posts Tagged ‘UICollectionView tutorial’


iOS hase come up with many new features. Here i will show demo of UICollectionView which is new control added to the iOS 6.

UICollectionView is something about GridLayou which is previous not available in iphone default control. But from iOS6 apple has introduce this new control. By using this control you can achieve functionality same as grideview. Also it’a very easy to understand if you have good knowledge of UITableView.

Basic requirements to develop this app.

  • Xcode 4.5
  • You can download sample code from here