The document provides an introduction to iOS development. It discusses what iOS is, the components of iOS like Core OS, Cocoa Touch, and Media frameworks. It explains the different types of iOS apps like native apps, mobile web apps, and apps using external frameworks. For native app development, it covers the iOS SDK, Objective-C language, Xcode tools, and MVC design pattern. It includes examples of a Hello iPhone app and calculator app to demonstrate MVC and hands-on iOS development basics.
2. A smartphone is a mobile phone that
offers more advanced computing
ability and connectivity than a
contemporary feature phone.
Source: LP33.TV
3. WHAT IS THE IPHONE?
accelerometer
Three-axis gyro
Assisted GPS
Digital compass
multi-touch display
sensors (proximity, ambient light)
camera (photos, video)
UMTS/HSDPA, GSM/EDGE, WI-FI, Bluetooth
5. WHAT IS THE IOS?
Based on a work at cs193p.stanford.edu
6. iOS
Core OS
Cocoa Touch
OSX Kernel Power Management
Media Mach 3.0 Keychain Access
BSD Certi鍖cates
Core Services
Sockets File System
Core OS Security Bonjour
Based on a work at cs193p.stanford.edu
7. iOS
Core Services
Cocoa Touch
Collections Core Location
Media Address Book Net Services
Networking Threading
Core Services
File Access Preferences
Core OS SQLite URL Utilities
Based on a work at cs193p.stanford.edu
8. iOS
Media
Cocoa Touch
Core Audio JPEG, PNG, TIFF
Media OpenAL PDF
Audio Mixing Quartz (2D)
Core Services
Audio Recording Core Animation
Core OS Video Playback OpenGL ES
Based on a work at cs193p.stanford.edu
9. iOS
Cocoa Touch
Cocoa Touch
Multi-Touch Alerts
Media Core Motion Web View
View Hierarchy Map Kit
Core Services
Localization Image Picker
Core OS Controls Camera
Based on a work at cs193p.stanford.edu
13. MOBILE WEB APPLICATIONS
Language: HTML*, Javascript, CSS
Frameworks: Sencha Touch, jQueryMobile, ...
Tools: HTML* editor (DashCode), Safari
Can be displayed in every smartphone
* PHP, JSP, ASP, ...
19. MVC
MVC
Controller
Model View
Its all about managing communication between camps St
C
Based on a work at cs193p.stanford.edu Fa
20. MVC: CONTROLLER
MVC
Controller
outlet
Model View
Controllers can also talk directly to their View. St
C
Based on a work at cs193p.stanford.edu Fal
21. MVC: VIEW
MVC
should target
will did
Controller
data
count
outlet
at
da
de
ta
le
g
so
at
u action
e
rc
e
Model View
No. The Model is (should be) UI independent. St
C
Based on a work at cs193p.stanford.edu Fal
22. MVC: MODEL
MVC
should target
will did
Controller
data
count
outlet
at
da
de
Noti鍖cation
ta
le
& KVO
g
so
at
u action
e
rc
e
Model View
Now combine MVC groups to make complicated programs ... St
C
Based on a work at cs193p.stanford.edu Fal
31. HELLO IPHONE MVC
MVC
HelloiPhoneViewController target
Controller
outlet
X
action
myButtonPushed
Model View
UI際際滷r
UILabel UIButton
Then hand out an action to the View. Sta
CS
Based on a work at cs193p.stanford.edu Fall