Top "Uicollectionviewcell" questions

UICollectionViewCell is a class from UIKit framework in iOS.

Add border to custom CollectionView

How 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
UICollectionView Cell Scroll to centre

I am using UICollectionView in my UIViewController. My collectionview properties are set as below. Now I would like cell to …

ios objective-c uicollectionviewcell uicollectionviewlayout
Animate a UICollectionView cell on selection

I have a basic grid in a UICollectionView. It's a simple 2 column, multiple row layout using the UICollectionViewDelegateFlowLayout. When a …

ios uicollectionview uicollectionviewcell uicollectionviewlayout
Resize UICollectionView cells after image inside has been downloaded

I'm building a UICollectionView and my custom cells will contain two labels and one image. Each image is downloaded asynchronously …

ios uicollectionview uicollectionviewcell
UICollectionView showing wrong cells after scrolling - dequeue issue?

I have a UICollectionView within a UIViewController. In the collectionView cellForItemAtIndexPath: method, it creates a series of custom cells based …

pdf uicollectionview uicollectionviewcell
UICollectionView do not reuse cells

I am having trouble with reuse cells and UICollectionView on iOS 7. My code works fine on iOS 6 but in iOS 7 …

cocoa-touch ios7 uicollectionview reusability uicollectionviewcell
How to add views between UICollectionViewCells in a UICollectionView?

I'm trying to add UIViews between my UICollectionViewCells in my UICollectionView and I don't know how I could do that. …

iphone ios objective-c uicollectionview uicollectionviewcell
UITableViewAutomaticDimension not working on iOS 8

I was following this tutorial to make self sizing cells. I registered custom cell into table view and in the …

swift ios8 ios9 uicollectionviewcell uitableviewautomaticdimension
Designing UICollectionView cells in nib with Interface Builder (without storyboard)

I am trying to design a custom UICollectionViewCell prototype (in Xcode 5.0.2), however Interface Builder doesn't let me add a cell …

xcode interface-builder uicollectionview nib uicollectionviewcell
Cell of UICollectionView not always refreshed after a scroll

I have defined in my Storyboard (iPad) a view that contains a UICollectionView, at the bottom of the view there's …

ios uicollectionview uicollectionviewcell cptbarplot