Sunday, June 16, 2013

Chapter 1: Getting started with iOS development

XCode, Objective-C, and Apple frameworks are used along with the MVC pattern

Model - data
View - UI that the user interacts with
Controller - translates user interaction and accesses data

In this chapter we created a HelloWorld app by dragging a label to the view in storyboard.

No comments:

Post a Comment