The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
I have a UICollectionView that horizontally scrolls to show one UICollectionViewCell at a time. Each UICollectionViewCell the has a vertically …
uiscrollview uicollectionview uicollectionviewcellI have attached a UILongPressGestureRecognizer to a Collection View with the aim of the user hold finger on a cell …
ios uicollectionview uicollectionviewcell long-pressIs that possible to do drag and reorder from one section to another section from collectionview - iOS 9. Every time …
swift uicollectionview ios9 xcode7 uicollectionviewlayoutI am trying to customise the positions of the headers in a UICollectionView using a subclassed UICollectionViewFlowLayout class (based loosely …
ios ios7 uicollectionview uicollectionviewlayoutI've got two problems with my UICollectionView: minimumInteritemSpacing doesn't work it overflows horizontally on iOS 6 I set up the layout …
ios objective-c cocoa-touch uicollectionview uicollectionviewlayoutI have a UICollectionView, but the same methods should apply to UITableViews. Each of my cells contains an image I …
objective-c multithreading ios6 nsoperation uicollectionviewI've noticed that when calling setLayout:animated in a UICollectionView to switch between two layouts, the currently visible cell doesn't …
ios uicollectionview z-indexI have a UICollectionView with 142 Cells. 7.5 are visible at any one time. I'm moving a cell from indexPath 0 to say 100. …
swift animation scroll uicollectionview uicollectionreusableviewIs there any way that we can get indexPathsForVisibleItems when a UICollectionView loads its data initially . Basically I want all …
ios objective-c uiscrollview uicollectionview nsindexpathI have a UICollectionView with 6 pages, and paging enabled, and a UIPageControl. What I want is, when I came to …
infinite-scroll uicollectionview scroll-paging