15
Mar
2014
Infinite Scrolling UICollectionView with Asyncronously Loading
The other day I set out to create an iOS UICollectionView that allowed a user to scroll vertically through an infinite-ish list of items where the data came from a paginated back-end web service. Most of the examples out there deal with synchronous in-memory. I needed an asynchronous paginated example. I’m new enough to iOS […]
Read More