Description
In this course you will learn
- The structure of Objective-C, and get your first code up and running.
- The Foundation framework, a collection of prewritten code that makes the coding process easier.
- How to design and build your own classes; and provides memory management techniques—the key to efficient programming.
- How to make your way around Xcode 5, the app to write, test, and debug Objective-C, and into advanced features like categories, protocols, and dynamic typing.