iOS Base - project with pre-settings, new techniques, well-organised code and best-practices for quickly starting the new project.
2. Groups structure in Project Navigator and directories.
3. Code Organization. Pragmas.
4. CocoaPods for managing third party libraries.
5. Podfile with recommended 3rd party libraries.
7. Prefix header file & helpers.
10. Treat "Warnings" as errors. (Hide warnings in XCode).
12. Build Schemes and Configurations. Staging and Production builds.
13. Crash Report Services. (Crittercism, Crashlytics)
14. Scripts. (Automatically push build to TestFlight).
15. Storing data (secrets and tokens) securely in the key chain.
17. Modern Objective-C. Modules. Literals.
18. Rename project in Xcode6. Certificates. Hotkeys.
20. Snippets. (Набор мелких решений)
2. NSKeychain. Либы для работы с NSKeychain. Хранение секретных данных.
3. Validation. Formatters. Sanytizers. (Валидация, Форматтеры, Санитайзеры).
4. CodeReview. Парная разработка. Pullrequests vs. Commits.
5. iOS Guides. Code style guides.
8. Controller hierarchy. RootController. Autorotations. StatusBar.
9. Models. Mantle. description and debugDescription. Design.
10. UITableView. Static Cells. Dynamic Cells..
12. AppDelegate. UIApplication.
13. UIControllerView transitions. Pass data between. controllers.
15. Delegation vs. Notification.
16. Memory Management. ARC. Non-ARC.
17. NSString. NSMutableString.
20. Logging. DLog. Lumberjack.
23. Massive View Controllers vs. MVVM.
25. JavaDoc (HeaderDoc). Documented code.
27. Unit testing. Automation testing.
28. Continous Testing. Travis CI. XServer.
32. Monetization mechanics: Subscription, in-apps, stripe etc.