The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
I have done a View in CollectionView with CustomLayout. In iOS6 it worked great but iOS7 it throws an exception …
uicollectionview uicollectionviewlayoutI am trying to implement a custom selection style for my cells in a UICollectionView. Even though it is easily …
ios swift uicollectionview uicollectionviewcellI have a UICollectionView in my app, and each cell is a UIImageView and some text labels. The problem is …
objective-c performance uicollectionview rubymotion uicollectionviewcellI got a rather complicated collectionView cell and I've noticed that if I scroll really fast on my collectionView it …
ios uicollectionview autolayout uicollectionviewcellI have multiple items in a CollectionView, but only a few of them should be selectable. I'm handling this with …
selection uicollectionviewWhen I call reloadData method of UICollectionView it cause all visible cell to blink. I found that reason of this …
ios uitableview uicollectionview reloaddataI have a CollectionView which displays images to the user. I download these in the background, and when the download …
ios swift uicollectionview uicollectionviewcell nsindexpathI have a FollowVC and FollowCell Setup with collection View. I can display all the datas correctly into my uIcollection …
ios objective-c swift uicollectionview uicollectionviewcellConsider a UICollectionView that has a different number of items and a different layout (ie: spacing) on landscape and portrait …
iphone ios uiinterfaceorientation uicollectionviewHow can I add border to UICollectionView's cells which uses a custom UICollectionViewFlowLayout? When I override UICollectionView's flow layout, cell …
ios swift uicollectionview uicollectionviewcell uicollectionviewlayout