iOS Boilerplate: A Base Template for iOS App Development
If you are new to the development for iOS platform, iOS Bolierplate is just the right starting point for you. It is not a framework but provides basic building blocks that you would need to start your project. iOS Boilerplate is inspired by HTML5 boilerplate and supports iPhone / iPod Touch devices with iOS 4.0 or greater (with possibility of iPad support in future).
The basic intention of iOSBoilerplate is to provide basic set of code that developers can utilize, modify or extended to fit their needs. The current version provides: HTTP requests and an image cache (both in-memory and disk-based), UITableViews and UITableViewCells, and Maps and Location.
Wow, I’m quite taken aback by this; About to give it a try in my Xcode.