GitHub’s Mantle for Cocoa and Cocoa Touch

Earlier this week GitHub announced Mantle, a model framework for Objective-C that is lighter weight than Core Data and well suited to implementing a model layer for an app that interacts with web services. The project is available on GitHub and also as a Cocoapods pod...

Found on GitHub: PSTCollectionView

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...

Found on GitHub: MTDates

A great repo that I recently came across on GitHub is MTDates – all the date functions you’ll ever need. It’s a category on NSDate from the team at Mysterious Trousers who have some great iOS apps. If you’ve ever found yourself wishing NSDate...