Learning iOS Development: A Hands-on Guide to the Fundamentals of iOS Programming
by Maurice Sharp, Erica Sadun, Rod Strougo
Objective-C Boot Camp
To become a proficient iOS developer, you need to learn Objective-C, the main programming language of iOS and the Mac. Objective-C is a powerful object-oriented language that lets you build applications leveraging Apple’s Cocoa and Cocoa Touch frameworks. In this chapter, you learn basic Objective-C skills that help you get started with iOS programming. You learn about interfaces, methods, and more. To round things out, you get to practice what you have learned by adding some custom classes to your Hello World application.
Note
This section covers enough Objective-C for you to understand the code shown in this book and to implement the challenges at the ends of most chapters. However, there is a lot more to Objective-C ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access