The Marionette CollectionView displays a Backbone collection object by rendering each objects through the specified childView View object.
I have a custom flow layout which is adjusting the attributes for cells when they are being inserted and deleted …
ios ios6 grid collectionviewI'd like to use the NSFetchedResultsControllerRelegate in a CollectionViewController. Therefore I just changed the method for the TableViewController for the …
core-data delegates collectionviewI'm building an app in iOS and I want the Cells in my CollectionView to highlight when touched, pretty much …
ios highlight cells collectionviewI'm creating a full screen image gallery using a UICollectionView. When the user rotates the device, I perform updates to …
ios swift uicollectionviewlayout collectionview viewwilltransitiontosizeI am brand new to iOS development and I am trying to port a project I have on Android to …
ios iphone swift collectionviewI would like to use UICollectionView, it is possible to create the following layout: As you can see, there are …
ios objective-c collectionviewI am getting this strange error in iOS9 only: [UIWindow endDisablingInterfaceAutorotationAnimated:] called on UITextEffectsWindow: ...without matching -beginDisablingInterfaceAutorotation. Ignoring. anytime I …
swift keyboard ios9 collectionviewHow to adjust the spacing between sections of collection view.
ios iphone uicollectionview collectionview uicollectionreusableviewI tried to delete a cell from collectionview on didSelect method. Deleting the data is working well. But I'm getting …
swift xcode collectionviewI'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