Monday, December 3, 2012

Your First iOS App - Hello World


In this tutorial we will be building your first ever iOS application. This step by step tutorial will introduce you to the Xcode IDE and some basic Objective-C.

Learning outcomes:
1. How to create a single viewed application in Xcode.
2. How to use storyboards to lay out a basic interface for an application.
3. How to connect UI elements to Objective-C classes.