Top "Uicollectionviewcell" questions

UICollectionViewCell is a class from UIKit framework in iOS.

Collection View Cells not appearing

I want to display as many collectionViewCells with buttons as there are strings in my array. but when I start …

ios xcode swift uicollectionviewcell collectionview
Getting button action : UICollectionView Cell

I have created a UICollectionViewCell by nib and added a button inside it and created a .h and .m files …

ios ipad uicollectionview uicollectionviewcell
Grid layout with CollectionView in Swift

I would like to achieve this result: Searching around I found out that probably the way to do it is …

ios swift gridview uicollectionview uicollectionviewcell
Is force cast really bad and should always avoid it?

I started to use swiftLint and noticed one of the best practices for Swift is to avoid force cast. However …

swift uitableview tableview uicollectionviewcell collectionview
UICollectionView cellForItemAtIndexPath is nil

I have a function that updates existing UICollectionView. The UICollectionView is created, I can see it, but when I want …

ios objective-c uicollectionview uicollectionviewcell
pre select/highlight UICollectionViewCell on first load of view

Im trying to preselect the first object/UICollectionViewCell in the UICollectionView? I have tried: self.dateCollectionView.allowsMultipleSelection=NO; [self.dateCollectionView …

ios objective-c uicollectionview uicollectionviewcell
How to scroll UICollectionViewCell programmatically in IOS?

I have a vertical UICollectionView with each cell taking up the entire self.view.frame I can easily swipe upwards …

ios objective-c uiscrollview uicollectionview uicollectionviewcell
How can I enable/disable section headers in UICollectionView programmatically?

How can I enable/disable section headers in UICollectionView programmatically? It can be easily done easily done in Storyboard (checkbox), …

ios uicollectionview uicollectionviewcell
Cell spacing in UICollectionView minimumInteritemSpacing

How to do set cell spacing in a section of UICollectionView? UICollectionView there is a property minimumInteritemSpacing, I need to …

ios objective-c uicollectionviewcell uicollectionviewdelegate
UICollectionView in a UICollectionViewCell

I am interested in having a collectionview as a part of a collection view cell but for some reason cannot …

ios uicollectionview uicollectionviewcell