Getting Started tasks
Understand the key concepts of programming and familiarize yourself with the development environment
1, install the Configuration development environment
Time: 8-16 hours
If you are out of time, ask for help.
2, new first Hello World app (story board)
Time: 4 hours
Place Uilabel on top
3, familiar with story board basic operations (placing simple controls)
Time: 8 hours
Uilabel,uiimageview,uibutton
To set the properties of a control
4, familiar with story board basic operation
Time: 8 hours
Outlet and action
Addition Calculator
5, data types, and console applications
Time: 8 hours
Int,float,double,bool,string,char
6, logical operation
Time: 16 hours
If Else
While
For
Switch
7, download the simple demo that runs others
Time: 8 hours
8, debugging skills
Time: 16 hours
breakpoints, tracking variables, keyword viewing and jumping, viewing system APIs
NSLog
9, set
Time: 16 hours
Nsarray,nsdictionary
Practice, nesting and parsing of various types of nested
Array nested arrays, dictionary nested dictionaries, array nested dictionaries, mixed type nesting
10, classes and objects,
Time: 16 hours
Exercise: Writing animal animal, writing dog and cat inherit from animal
11, familiar with the Hello World OC application written in pure code
Time: 8 hours
12, review summary above questions, should be able to and Black Horse video docking on the back
iOS Novice Starter Program