CHAPTER 1

image

Hello World

Xcode

Objective-C is a programming language that extends the C programming language to include object-oriented programming capabilities. This means that most classic C programming procedures are used in Objective-C programs. For the purposes of this book, you will need to have an idea of how C programming works.

Before you write any Objective-C code, you will need to have the proper tool for the job. For Objective-C, this tool is Xcode.  Xcode will be your primary code editor and integrated development environment (IDE).

 Note   Xcode requires a Mac. You cannot install Xcode on a Windows-or Linux-based computer.

To install ...

Get Objective-C Quick Syntax Reference 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.