Chapter 6. Introducing Objective-C and Xcode

For the most part, all computer languages perform the typical tasks that any computer needs to do—store information, compare information, make decisions about that information, and perform some action based on that decision. Objective-C is a language to make these tasks easier to accomplish and understand. The real trick with Objective-C (actually the trick with any C language) is understanding the symbols and keywords used to accomplish those tasks. This chapter introduces you Objective-C and Xcode—from Objective-C's humble beginnings as an extension to the C language to using Xcode (a tool to build programs using Objective-C) to build programs. By the end of this chapter, you will understand what ...

Get Objective-C for Absolute Beginners: iPhone, iPad, and Mac Programming Made Easy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.