I am new in application development on iPhone/iPad, so I am getting problem to insert image in collection view.
I check over on internet but not getting correct solution.
Any help would be greatly appreciated.
Thanks in advance.
Inserting Image in UICollectionView in iOS
Ask by Anonymous User
Updated 30 Nov 2015
For displaying Image use cellForItemAtIndexPath: method of UICollectionView.
for example: