Tutorial: How To Make A Scrolling Photo Gallery With UICollectionView

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:

UICollectionView Tutorial

You can find the tutorial over on the Adoption Curve site here.

A nice step-by-step guide on creating custom a custom UICollectionView.

DeliciousTwitterFacebookRedditLinkedInEmail

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.

Leave a Reply

Your email address will not be published. Required fields are marked *