The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
In my app there was a UICollectionView using flowLayout and it was working beautifully in iOS 6 but fails horribly in …
ios7 uicollectionview xcode5 uncaught-exceptionI created a custom UICollectionViewLayout and I've put it in my Collection View Controller in the storyboard. I didn't get …
ios objective-c uicollectionview uicollectionviewlayout uicollectionreusableviewI am using UICollectionView but following method not found: func collectionView(collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAtIndexPath indexPath: NSIndexPath) -&…
swift swift3 uicollectionview swift4 uicollectionviewlayoutIs there a way to allow multiple selection only for a specific section? The code below affects all sections. [self.…
ios uicollectionview uicollectionviewcell didselectrowatindexpathI have a UICollectionView and when an item is selected, I'd like it to animate full screen. So it would …
ios uicollectionview pinterest evernoteI have subclassed UICollectionViewFlowLayout to get horizontal UICollectionView with paging like behavior. It works perfectly fine as long as UICollectionViewCell …
ios objective-c uicollectionview uicollectionviewcell uicollectionviewlayoutI'm trying to get a UICollectionView to display inside a modally presented view controller. The app is for iPad iOS 7. …
ios ipad uicollectionview uicollectionviewcell uicollectionviewlayoutI have added custom menu controller when long press on UICollectionViewCell [self becomeFirstResponder]; UIMenuItem *menuItem = [[UIMenuItem alloc] initWithTitle:@"Custom Action" …
objective-c uicollectionview uimenucontroller uiresponderI am trying to set up iOS 8 auto sizing cells in UICollectionViewController: I've created a basic design using StoryBoards and …
ios objective-c uicollectionview autolayout autosizeI have ios UICollectionView with Flow layout with horizontal scroll direction. In this situation typical header position is on the …
ios header uicollectionview flowlayout