Tutorial: How To Create An Infinite Scrolling UICollectionView

A few months ago I mentioned a great tutorial on using UICollectionView from Tim Duckett demonstrating how to create a scrolling photo gallery.

Here’s another excellent tutorial from Tim demonstrating the techniques used to create an infinite scrolling UICollectionView.

In the tutorial Tim shows how implement a simple technique that provides endless scrolling both forward and backwards going through how to set up your data, how to place the collection view when the end or beginning is reached, and how to detect if the user has reached the beginning or end of the uicollectionview.

Here’s a diagram from the tutorial demonstrating how things are handled when reaching the end of the UICollectionView based gallery:

Infinite Scrolling

 

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

Thanks to Jeff for the submission.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Tutorial: How To Create An Infinite Scrolling 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 *