#Rounded - iOS Development
- Introduction
- Objective-C Style Guide
- Development Workflow
- Application Structure
- Best Practices
- Resources
So you want to build an iOS application - nice. This document encompasses Rounded's iOS & Objective-C development practices. The standards here aren't just suggestions, they are set of guidelines aimed to increase speed of development, increase code modularity, and make developer transitions smooth as butter.
It's a living document; submit a pull request if you feel anything needs to be manipulated or added.
Read this then go build stuff.
Rounded adheres to the NY Times iOS Styleguide for all iOS development. It's concise, clear, and matches all of Rounded's Objective-C syntax rules & best practices. Know it and follow it.
- Stack Overflow Self explanatory
- Objc.io - A great set of articles that dive deep into iOS issues
- iOS Weekly - A weekly newsletter covering iOS topics and upcoming code libraries