Top "Uicollectionviewcell" questions

UICollectionViewCell is a class from UIKit framework in iOS.

UICollectionView adding UICollectionCell

When I try to put UICollectionCell to UICollectionView in Interface Builder I can't put it with unknown reasons. The cell …

ios uicollectionview uicollectionviewcell
Perform a segue programmatically

Hi I'm trying to perform a segue programmatically without the Storyboard. Currently I have this as my code: override func …

swift transition uicollectionviewcell
Swift: UICollectionView selecting cell indexPath issues

I am trying to do a Collection View whereby someone selects a cell and for each selection it takes them …

swift uicollectionview uicollectionviewcell didselectrowatindexpath
How do I set collection view's cell size via the auto layout

Hi I'm trying to resize the cell via the auto layout. I want display the cell by the 3 by 3. First …

swift uicollectionview uicollectionviewcell ios-autolayout
How do I create a horizontal scrolling UICollectionView in Swift?

How can I make a horizontal scrolling collectionView that fills up cells going across the rows rather than down the …

ios swift uicollectionview uicollectionviewcell horizontal-scrolling
UICollectionView flowLayout not wrapping cells correctly

I have a UICollectionView with a FLowLayout. It will work as I expect most of the time, but every now …

ios ios6 uicollectionview uicollectionviewcell
Change Background of UICollectionView Cell on Tap

I have a UICollectionView that I have created programmatically. I would like for the collection view to behave in the …

ios objective-c uicollectionview uicollectionviewcell uicollectionviewdelegate
UICollectionView only calling didSelectItemAtIndexPath if user double taps, will not call when user single taps

I have a UICollectionView which is about the size of the screen. The UICollectionViewCells that it displays are the same …

ios objective-c ipad uicollectionview uicollectionviewcell
how to get indexPath for cell which is located in the center of UICollectionView

How can i find indexPath for cell in the middle of UICollectionView? I have horizontal scrolling and only one big …

ios uicollectionview uicollectionviewcell
Delete cell from UICollectionView without reloading from top

I am using a CollectionView in my ios app. Each collection cell contains a delete button. By clicking the button …

ios uicollectionview uicollectionviewcell uicollectionviewlayout