In this lesson, you will get a high level view of the features of the iPhone, the iPhone OS technology stack and the tools you will use to write code.
Video Lesson
| Click to view video lesson |
Lesson 1 Notes
iPhone Features
iPhone Technology Stack
|
Writing Code
Objective-C Code Example
//Create label UILabel *label = [[UILabel alloc] init]; label.frame = CGRectMake(10, 10, 300, 40); label.textAlignment = UITextAlignmentCenter; label.text = @"Press Button";
Take Action
Sign up for a free account at http://developer.apple.com and download XCode.
Discussion
Use the comment field below to discuss what you learned in this lesson. You may also use this comment field to ask and answer questions about the course material.
