The UICollectionViewLayout class is an abstract base class that is used to generate layout information for a collection view.
Running my app in a device with iOS 10 I get this error: UICollectionView received layout attributes for a cell with …
ios uicollectionview ios10 uicollectionviewlayoutI am trying to create an effect where I change the layout of my UICollectionView while changing the frame size …
ios uicollectionview uiviewanimation uicollectionviewlayouti have a UICollectionView with a UICollectionViewFlowLayout. I also implement the UICollectionViewDelegateFlowLayout protocol. In my datasource i have a bunch …
ios uicollectionview uicollectionviewlayoutI have a common UICollectionView with paging and all. Still trying to figure out why on viewDidLoad:, viewWillAppear: and viewDidAppear: , …
objective-c uicollectionview uicollectionviewlayoutThis is related to but distinct from To use Flow Layout, or to Customize?. Here is an illustration of what …
ios uikit uicollectionview uicollectionviewlayoutI'm writing my first iOS app and I seam to be having some problems in changing the backgroundColor of a …
ios uicollectionview uicollectionviewlayout uibackgroundcolorAssertion Failure in UICollectionViewData validateLayoutInRect on iOS7. I am trying to delete all UICollectionView items, one by one, using a …
ios objective-c ios7 xcode5 uicollectionviewlayoutSo I have implemented working sticky headers in my UICollectionView in part by returning YES from shouldInvalidateLayoutForBoundsChange:. However, this impacts …
ios cocoa-touch uicollectionview uicollectionviewlayoutI'm looking for a way to replace the native UIPageViewController horizontal paging with a UICollectionView. so far i did the …
ios uicollectionview uikit uipageviewcontroller uicollectionviewlayoutI'm trying to get a handle on new iOS 7 APIs that allow for interactive, animated view controller transitions, including transitions …
iphone ios cocoa-touch uicollectionview uicollectionviewlayout