iOS - Hello World

These notes were adapted from http://codewithchris.com/how-to-make-an-iphone-app/
SEE http://codewithchris.com/hello-world-iphone-app/ FOR GRAPHICS

Objective #1: Use the Xcode IDE v 4.6.3

Objective #2: Create an iOS Hello World app.

Objective #3: Add components to a view.




Objective #4: Handle user interaction with buttons and text fields.

Objective #5: Explain the Model-View-Controller approach and the relationship between the View and the Controller.

Objective #6: Use Storyboards.