I’ve mentioned a number of excellent UICollectionView resources most recently an example how to create a rotating image wheel with UICollectionView.
Here’s another excellent UIcollectionview resource in the form of a tutorial on creating customized UICollectionViews from Tim Duckett.
This tutorial will guide you through the process of creating a scrolling paged photo gallery (each image will appear on a different page) using UICollectionView.
Specifically you’ll learn how to set up the UICollectionView in interface builder, how to make adjustments at run time such as adapting to different device orientations, and how to populate the collection view.
The image below from the tutorial illustrates the layout of the custom view:

You can find the tutorial over on the Adoption Curve site here.
A nice step-by-step guide on creating custom a custom UICollectionView.
- Free Library For Easily Adding An iCloud Photo Gallery To Your Apps (With An Example App)
- Example: Using UICollectionViewFlowLayout To Easily Create Great Looking Scrollable Grid Layouts
- Tutorial: How To Create An iOS 6 UICollectionView Using Storyboards
- Example iOS Source Code Of A Customizable Coverflow Container Using UICollectionView
- Nifty UICollectionView Extension That Adds Drag And Drop Re-Ordering
Original article: Tutorial: How To Make A Scrolling Photo Gallery With UICollectionView
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





