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.
Spot the Vulnerability: Loops and Terminating Conditions
Spot the Vulnerability: Loops and Terminating Conditions In memory-unsafe languages like C, special care must be taken when copying untrusted data, particularly when copying it to another buffer. In this post, we\'ll spot and mitigate a past vulnerability in Linux\'s...