The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
So i have a UICollectionView with a set of UICollectionViewCells displayed using a custom UILayout. I've configured the UILayout to …
ios cocoa-touch uicollectionview voiceover uiaccessibilityUsing IOS 6 and the new UICollectionView I have 2 UICollectionViews on the UIViewController and using a Storyboard I get the following …
iphone ios ios6 iphone-developer-program uicollectionviewI'm trying to setup a UICollectionViewLayout programmatically. I'm using a UICollectionView also without using storyboards, as well as settings its …
swift uicollectionview uicollectionviewlayout pinterestI have defined in my Storyboard (iPad) a view that contains a UICollectionView, at the bottom of the view there's …
ios uicollectionview uicollectionviewcell cptbarplotIn my application I use refresh control with collection view. UICollectionView *collectionView = [[UICollectionView alloc] initWithFrame:[UIScreen mainScreen].bounds]; collectionView.alwaysBounceVertical = …
ios objective-c uitableview uicollectionview uirefreshcontrolI have a particular UICollectionViewCell that I want to instantiate myself, and add to a UICollectionView. In order for this …
objective-c xcode interface-builder nib uicollectionviewMy app has two CollectionViewControllers. Only one is visible at a given time. I have created the following structure on …
ios iphone uicollectionview performbatchupdatesSo this is an interesting issue we found with UICollectionViewFlowLayout on iOS 10 (still an issue on 11) and using UICollectionViewFlowLayoutAutomaticSize for …
ios uicollectionview uicollectionviewlayoutThis is the code causing the warning: private override func layoutAttributesForItemAtIndexPath(indexPath: NSIndexPath) -> UICollectionViewLayoutAttributes? { let attributes = super.layoutAttributesForItemAtIndexPath(…
ios swift uicollectionview uicollectionviewlayoutI have tried to set the duration (with the normal methods that I would try) for setting the animation duration …
iphone core-animation uicollectionview