The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
This isn't so much a question as an explanation of how to solve this problem. The first thing to realize …
ios uicollectionview uicollectionviewcellI have a UICollectionView. The UICollectionView's datasource is a NSArray of students (from CoreData). I want the current student item …
ios iphone uicollectionview uicollectionviewcellI am using UICollectionView using the flow layout. I have made a custom UICollectionViewCell for the same. But on running …
ios uicollectionview uicollectionviewlayoutI'm struggling to achieve a "floating section header" effect with UICollectionView. Something that's been easy enough in UITableView (default behavior …
iphone uitableview view uicollectionview supplementaryWe are using a UICollectionView to display cell that cover the full screen (minus the status and nav bar). The …
ios objective-c uicollectionview uicollectionviewlayoutWhen I try to put UICollectionCell to UICollectionView in Interface Builder I can't put it with unknown reasons. The cell …
ios uicollectionview uicollectionviewcellI have a tableView and in every tableViewCell is a collectionView. I am trying to change the collectionView size with …
ios swift uicollectionview tableviewI am currently trying to implement the UITableView reordering behavior using UICollectionView. Let's call a UItableView TV and a UICollectionView …
scroll uiscrollview uicollectionview drag-and-dropI'm using a UICollectionView with a flow layout to show a list of cells, I also have a page control …
ios objective-c pagination uicollectionview uipagecontrolHow do I properly resize a UICollectionView so that it fully displays its contents? I have tried many things, including …
ios objective-c uicollectionview nslayoutconstraint