Top "Collectionview" questions

The Marionette CollectionView displays a Backbone collection object by rendering each objects through the specified childView View object.

How do you set the duration for UICollectionView Animations?

I have a custom flow layout which is adjusting the attributes for cells when they are being inserted and deleted …

ios ios6 grid collectionview
NSFetchedResultsContollerDelegate for CollectionView

I'd like to use the NSFetchedResultsControllerRelegate in a CollectionViewController. Therefore I just changed the method for the TableViewController for the …

core-data delegates collectionview
Highlight cells in CollectionView

I'm building an app in iOS and I want the Cells in my CollectionView to highlight when touched, pretty much …

ios highlight cells collectionview
Swift viewWillTransition not called

I'm creating a full screen image gallery using a UICollectionView. When the user rotates the device, I perform updates to …

ios swift uicollectionviewlayout collectionview viewwilltransitiontosize
iOS collectionView.sizeForItemAtIndexPath Breaks On Anything Before iPhone 6

I am brand new to iOS development and I am trying to port a project I have on Android to …

ios iphone swift collectionview
2 different cell sizes in UICollectionView Objective C

I would like to use UICollectionView, it is possible to create the following layout: As you can see, there are …

ios objective-c collectionview
UIWindow endDisablingInterfaceAutorotationAnimated error appears in console when keyboard is dismissed interactively from collectionView in iOS9 only

I am getting this strange error in iOS9 only: [UIWindow endDisablingInterfaceAutorotationAnimated:] called on UITextEffectsWindow: ...without matching -beginDisablingInterfaceAutorotation. Ignoring. anytime I …

swift keyboard ios9 collectionview
How to reload section from collectionview

I tried to delete a cell from collectionview on didSelect method. Deleting the data is working well. But I'm getting …

swift xcode collectionview
Swipe to delete on CollectionView

I'm trying to replicate the swipe to delete functionality of iOS. I know it's instantly available on a tableview, but …

ios swift uipangesturerecognizer collectionview