An Xcode project designed to speed up development of new projects. Seems like there are quite a few things in it I can take inspiration from for my own code.
What is it?
This project is inspired onĀ HTML5 boilerplate.
- It is intended to provide a base of code to start with
- It is not intended to be a framework
- It is intended to be modified and extended by the developer to fit their needs
- It includes solid third-party libraries if needed to not reinvent the wheel
Via: Simon Teppett
Nice, will definitely take a look at this. Makes a lot of sense, there’s quite a few libraries I always copy into new projects, and I like that it’s not some prescriptive MVC framework.
Yup! The image loading stuff looks useful, and probably something to learn from the “fast scrolling”.