In iOS versions 6.0 and above, The UICollectionViewDelegate protocol defines optional methods that allow you to manage the selection and highlighting of items in a collection view and to perform actions on those items.
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 uicollectionviewdelegateAt the moment I'm trying to create an UICollectionView, that should display a simple excel-like-spreadsheet, with rows and columns. This …
objective-c ios6 uicollectionview uicollectionviewdelegateHow to do set cell spacing in a section of UICollectionView? UICollectionView there is a property minimumInteritemSpacing, I need to …
ios objective-c uicollectionviewcell uicollectionviewdelegateI'm implementing a custom flow layout. It has 2 main methods for overriding to determine placement of cells: layoutAttributesForElementsInRect and layoutAttributesForItemAtIndexPath. …
ios objective-c uicollectionview uicollectionviewlayout uicollectionviewdelegateI recently started another project exploring Swift a little bit. I want to implement a Collection View using a NSFetchedResultsController …
ios swift uicollectionview nsfetchedresultscontroller uicollectionviewdelegateNone of my UICollectionViewDelegateFlowLayout methods are called. Can somebody help me find a solution? In my ViewDidLoad method, I have …
swift delegates uicollectionviewdelegate