The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
I'm trying to use custom UICollectionReusableView (which has own class and XIB) in my UICollectionView header. But after fetching data …
ios xib uicollectionview uicollectionreusableviewThis is related to but distinct from To use Flow Layout, or to Customize?. Here is an illustration of what …
ios uikit uicollectionview uicollectionviewlayoutSo I am using the SwipeView library (https://github.com/nicklockwood/SwipeView) to show images using the Photos framework for …
ios uiimageview uicollectionview photosframeworkI'm writing my first iOS app and I seam to be having some problems in changing the backgroundColor of a …
ios uicollectionview uicollectionviewlayout uibackgroundcolorThe problem I created a UICollectionViewController with a custom UICollectionViewCell. The custom cell contains a large and rectangular UIView (named …
ios xcode swift uicollectionview uicollectionviewcellI implemeted a custom refresh control (my own class, not a subclass), and for some reason since moving to iOS 8, …
ios uiscrollview uicollectionview pull-to-refreshTask Add a single tap gesture to UICollectionView, do not get in the way of cell selection. I want some …
ios swift uicollectionview uigesturerecognizer uiresponderI have a UICollectionView with custom cells- They have a UITextView that mostly covers the entire cell. This presents a …
ios ios7 uicollectionview uicollectionviewcellSo 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 designing an iOS app with a UICollectionView, and I'd like users to be able to select multiple items within …
ios cocoa-touch uicollectionview uicollectionviewcell