Top "Uicollectionview" questions

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.

How do I know that the UICollectionView has been loaded completely?

I have to do some operation whenever UICollectionView has been loaded completely, i.e. at that time all the UICollectionView's …

uicollectionview delegates reload
Avoid animation of UICollectionView after reloadItemsAtIndexPaths

UICollectionView animate items after reloadItemsAtIndexPaths is called (fade animation). Is there a way to avoid this animation? iOS 6

ios animation ios6 uiview uicollectionview
targetContentOffsetForProposedContentOffset:withScrollingVelocity without subclassing UICollectionViewFlowLayout

I've got a very simple collectionView in my app (just a single row of square thumbnail images). I'd like to …

iphone ios uicollectionview
Dynamically setting layout on UICollectionView causes inexplicable contentOffset change

According to Apple's documentation (and touted at WWDC 2012), it is possible to set the layout on UICollectionView dynamically and even …

iphone ios ios6 uicollectionview
Dynamic size UICollectionView cell

1) How can i achieve as shown in image with UICollectionView? 2) I've tried -(CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout …

ios objective-c uicollectionview uicollectionviewcell uicollectionviewlayout
How can I change the scroll direction in UICollectionView?

I have a UICollectionView in my storyboard based iOS app. When the device is in the portrait orientation I'd like …

ios objective-c scroll uicollectionview orientation
UICollectionView update a single cell

I am attempting to update a single cell inside a UICollectionView, specifically I am just trying to update an image …

ios objective-c uitableview uicollectionview uicollectionviewcell
Create UICollectionViewCell subclass with xib

I'm trying to create a UICollectionViewCell subclass with linked a xib, I have do this: I have create a new …

ios iphone uicollectionview xib uicollectionviewcell
UIRefreshControl on UICollectionView only works if the collection fills the height of the container

I'm trying to add a UIRefreshControl to a UICollectionView, but the problem is that the refresh control does not appear …

ios uicollectionview uirefreshcontrol
how to access from UICollectionViewCell the indexPath of the Cell in UICollectionView

i want to animate the UICollectionViewCell when action is called. i have done UICollectionViewCell in Interface Builder, the UICollectionView also. …

ios ibaction uicollectionview nsindexpath uicollectionviewcell