UICollectionViewCell is a class from UIKit framework in iOS.
OK in my story board I have made a UICollectionView with 3 cells. One of the cells I made a custom …
ios objective-c uicollectionviewcellI have setup a UICollectionView with a FlowLayout that leaves no space in between cells in either the vertical or …
ios swift uicollectionview uicollectionviewcellIf I understand correctly, the content of a UICollectionViewCell should go inside its contentView property and the background into backgroundView. …
iphone ios interface-builder uicollectionview uicollectionviewcellI have a UICollectionView that horizontally scrolls to show one UICollectionViewCell at a time. Each UICollectionViewCell the has a vertically …
uiscrollview uicollectionview uicollectionviewcellI have attached a UILongPressGestureRecognizer to a Collection View with the aim of the user hold finger on a cell …
ios uicollectionview uicollectionviewcell long-pressI'm using a custom layout for a UICollectionView. My cell should have fixed width and flexible height. The cell is …
ios swift uicollectionviewcell intrinsic-content-sizeI have a class file that is a subclass of the UICollectionViewController class. In my cellForItemAtIndexPath method, I am trying …
ios swift uicollectionview uicollectionviewcell textlabelI'm trying to achieve Pinterest layout in my app and I used the following delegate method to achieve that and …
swift uicollectionviewcell pinterestI have some horizontal UICollectionViewCell in my UICollectionView. My problem is that if I scroll the horizontal list in the …
ios swift uicollectionview uicollectionviewcell horizontallistI'm having a UICollectionView that holds pictures as elements in its datastore. I want to load a high resolution pic …
ios uicollectionview uicollectionviewcell uicollectionreusableview