Introduction to iPhone Development

Introduction to iPhone Development1. Application Runtime
Core Architecture and Life-cycles
2. What’s in a bundle?
The resources in an app bundle
3. Customizing Behavior
How does it launch? IPC?
4. Relation with Tools
How do we get the app on the phone?


main and UIApplicationMain
- main()
= Just like any other main functions (C, C++, etc)
= Creates top-level autorelease pool
= Starts application with UIApplicationMain
- UIApplicationMain()
= Creates instance of UIApplication that is responsible for
actually launching your application (loading main Nib file).
= Takes four parameters: argc, argv, ignore other two.

Website: www.acm.uiuc.edu | Filesize: 2468kb
No of Page(s): 27
Click here to download Introduction to iPhone Development.

Related Copyrighted Books

Related Tutorial

Tags: , , , , , ,

Comments

Leave a Reply