Top "Uicollectionviewcell" questions

UICollectionViewCell is a class from UIKit framework in iOS.

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
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
UICollection View Adjust Cell Size for Screen Size

Currently i have a collection view which takes up most of my screen at the 3.5 inch screen size.The collection …

ios objective-c constraints uicollectionview uicollectionviewcell
Resize UICollectionView cells after their data has been set

My UICollectionView cells contain UILabels with multiline text. I don't know the height of the cells until the text has …

objective-c uicollectionview uicollectionviewcell
How to change space between cells in UICollectionView?

I want to reduce the size between cells in row. Now it looks like: I'm trying this, for reduce the …

ios swift uicollectionview uicollectionviewcell
Specify row and column number for UICollectionView

I want to show a UICollectionView which contains exactly 2 rows and 100 cells in each row. // 1 - (NSInteger)collectionView:(UICollectionView *)view …

ios uicollectionview uicollectionviewcell
Getting the screen location of a cell from a UICollectionView

This isn't so much a question as an explanation of how to solve this problem. The first thing to realize …

ios uicollectionview uicollectionviewcell
How to select item in collectionview programmatically?

I have a UICollectionView. The UICollectionView's datasource is a NSArray of students (from CoreData). I want the current student item …

ios iphone uicollectionview uicollectionviewcell