Top "Uicollectionview" questions

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.

Nightmare with performBatchUpdates crash

I am facing a nightmare of a crash during performBatchUpdates on a collection view. The problem is basically this: I …

ios iphone uicollectionview performbatchupdates
Animate a UICollectionView cell on selection

I have a basic grid in a UICollectionView. It's a simple 2 column, multiple row layout using the UICollectionViewDelegateFlowLayout. When a …

ios uicollectionview uicollectionviewcell uicollectionviewlayout
Resize UICollectionView cells after image inside has been downloaded

I'm building a UICollectionView and my custom cells will contain two labels and one image. Each image is downloaded asynchronously …

ios uicollectionview uicollectionviewcell
Animate cell when pressed using Swift 3

My problem is really simple. I would like to animate a cell within a collectionView. Indeed, I would like to …

swift animation swift3 uicollectionview cell
UICollectionView showing wrong cells after scrolling - dequeue issue?

I have a UICollectionView within a UIViewController. In the collectionView cellForItemAtIndexPath: method, it creates a series of custom cells based …

pdf uicollectionview uicollectionviewcell
UICollectionView do not reuse cells

I am having trouble with reuse cells and UICollectionView on iOS 7. My code works fine on iOS 6 but in iOS 7 …

cocoa-touch ios7 uicollectionview reusability uicollectionviewcell
UIRefreshControl for "Pull Up" to refresh?

How do I add UIRefreshControl to bottom of a UIColloectionView? That means how does it work when It comes to …

ios objective-c uicollectionview uirefreshcontrol
Delete objects from List in Realm - Swift

I have a collection view where you can select multiple cells to delete. This means that if multiple cells are …

ios swift uicollectionview realm realm-list
How to add views between UICollectionViewCells in a UICollectionView?

I'm trying to add UIViews between my UICollectionViewCells in my UICollectionView and I don't know how I could do that. …

iphone ios objective-c uicollectionview uicollectionviewcell
How to show collection view 3 columns in 1 row with RxSwift

Here is my code: import UIKit import RxSwift import RxCocoa import RxOptional class ViewController: UIViewController { @IBOutlet weak var collectionView: UICollectionView! …

ios swift uicollectionview rx-swift