Top "Uicollectionviewcell" questions

UICollectionViewCell is a class from UIKit framework in iOS.

UICollectionViewCell content wrong size on first load

I have a added a UICollectionView to my UIViewController and have made a custom cell for it. I set the …

ios objective-c swift uicollectionview uicollectionviewcell
Subview frame is incorrect when creating UICollectionViewCell

The problem I created a UICollectionViewController with a custom UICollectionViewCell. The custom cell contains a large and rectangular UIView (named …

ios xcode swift uicollectionview uicollectionviewcell
UICollectionView didSelectItemAtIndexPath not called when tapped on UITextView

I have a UICollectionView with custom cells- They have a UITextView that mostly covers the entire cell. This presents a …

ios ios7 uicollectionview uicollectionviewcell
How do I display the standard checkmark on a UICollectionViewCell?

I'm designing an iOS app with a UICollectionView, and I'd like users to be able to select multiple items within …

ios cocoa-touch uicollectionview uicollectionviewcell
Trying to override "selected" in UICollectionViewCell Swift for custom selection state

I am trying to implement a custom selection style for my cells in a UICollectionView. Even though it is easily …

ios swift uicollectionview uicollectionviewcell
Poor UICollectionView Scrolling Performance With UIImage

I have a UICollectionView in my app, and each cell is a UIImageView and some text labels. The problem is …

objective-c performance uicollectionview rubymotion uicollectionviewcell
negative or zero sizes are not supported in the flow layout

I got a rather complicated collectionView cell and I've noticed that if I scroll really fast on my collectionView it …

ios uicollectionview autolayout uicollectionviewcell
Check whether cell at indexPath is visible on screen UICollectionView

I have a CollectionView which displays images to the user. I download these in the background, and when the download …

ios swift uicollectionview uicollectionviewcell nsindexpath
UICollectionView how to deselect all

I have a FollowVC and FollowCell Setup with collection View. I can display all the datas correctly into my uIcollection …

ios objective-c swift uicollectionview uicollectionviewcell