If you want to make iOS or Mac apps but need to learn how to start, this introductory course is the perfect handshake to meeting Apple's developer tools and programming language.
You will learn how to:
- Navigate the latest tools, Xcode 4.4.1 and the iOS Developer Library
- Understand Cocoa and Cocoa Touch frameworks
- Use Model/View/Controller
- Write object-oriented programming (OOP) code
- Interpret Objective-C classes, methods, properties, and more
- Grasp memory management with Automatic Reference Counting (ARC)
- Interpret errors or debugging