Top "Uicollectionviewcell" questions

UICollectionViewCell is a class from UIKit framework in iOS.

How to delete an item from UICollectionView with indexpath.row

I have a collection view,and I tried to delete a cell from collection view on didSelect method.I succeeded …

iphone ios uicollectionview uicollectionviewcell
UICollectionView animations (insert/delete items)

I'd like to customize the animation styles when a UICollectionViewCell is inserted and/or deleted. The reason why I need …

iphone ios objective-c uicollectionview uicollectionviewcell
Auto Layout in UICollectionViewCell not working

I have a simple UICollectionView with cells that have a single UITextView. The UITextView is constrained to the edges of …

ios uicollectionview autolayout uicollectionviewcell
UICollectionview Scrolling choppy when loading cells

I have a gallery in my app utilizing a UICollectionView. The cells are approximately 70,70 size. I am using ALAssets from …

ios objective-c uicollectionview uicollectionviewcell xcode-instruments
Display just two columns, with multiple rows in a CollectionView using storyboard

I want to display only two cells in a row, no matter what the iPhone screen size is. Like, My …

ios storyboard uicollectionview uicollectionviewcell
Different cell size in UICollectionview

In my iphone app,I am showing images on a collection view. I fetch the images from urls,with urls …

iphone ios uicollectionview uicollectionviewcell
Why is UICollectionViewCell's outlet nil?

I have created a custom UICollectionViewCell in Interface Builder, binded views on it to the class, and then when I …

ios swift interface-builder ios8 uicollectionviewcell
Where to highlight UICollectionViewCell: delegate or cell?

According to the Collection View Programming Guide one should handle the visual state of the cell highlights in the UICollectionViewDelegate. …

ios ios6 uicollectionview uicollectionviewcell
How can I customize the selection state of my UICollectionViewCell subclass?

I have a custom UICollectionViewCell subclass that overwrites initWithFrame: and layoutSubviews to setup its views. However, I'm now trying to …

iphone objective-c ios uicollectionview uicollectionviewcell
UICollectionViewCell Border / Shadow

When building an iPad App, how can you draw a border around a UICollectionViewCell? More details: I implemented a class …

objective-c uicollectionview uicollectionviewcell