Can anyone tell me what is going on in this error code
[UIViewController collectionView:numberOfItemsInSection:]: unrecognized selector sent to instance 0x8c
Put the protocols : UICollectionViewDelegate and UICollectionViewDataSource after UIViewController to access UICollectionView delegate methods.