In this post we take a step-by-step walk-through of our project form the last post. During the course of our post we have our first major exposure to Objective-C, and talk about some of its basic features such as comments, importing and functions.
Creating Your First Objective-C Application
When getting started with Objective-C and iOS development one of the first things your going to need to do is to learn how to enter code, build it, edit it and run it from within Xcode. In today’s post, we’ll take a step-by-step walk-through of this process and create our first Objective-C application.
How to Install Xcode
In this post, we’re going to take a step-by-step walkthrough of how to install the Xcode Development tools, an essential pre-requisite for app development on iOS.