blog

Found on GitHub: PSTCollectionView

by

Octocat logo
The UICollectionView class that Apple introduced in iOS 6.0 is simply fantastic and has received some great praise and reviews at NSHipster, at Ole Begemann’s blog, and has iOS Devs tweeting their love of it.
It’s only available on iOS 6.0 but Peter Steinberger has released PSTCollectionView which is an 100% API compatible replacement that works on iOS 4.3 and newer. If you’re using a UICollectionView in your latest iOS app and are looking to support older versions of iOS definitely check it out.

+ more

Accurate Timing

Accurate Timing

In many tasks we need to do something at given intervals of time. The most obvious ways may not give you the best results. Time? Meh. The most basic tasks that don't have what you might call CPU-scale time requirements can be handled with the usual language and...

read more