[How to] 如何开始iphone的程序开发.

http://www.hackint0sh.org/forum/showthread.php?t=44024

总而言之,注册ADC账户之后,你会发现另外一个世界. http://developer.apple.com/iphone/

https://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhone101/Articles/chapter_1_section_1.html

2. Try to create 4 new projects just using the 4 templates in xcode:

  1. Navigation-Based Application
  2. Tab Bar Application
  3. View-Based Application
  4. Window-Based Application


And examine their structures.

3. Follow the view controller programming guide to create your own.
https://developer.apple.com/iphone/library/featuredarticles/ViewControllerPGforiPhoneOS/Introduction/chapter_1_section_1.html

4. Read the following guide:
iPhone OS Programming Guide
https://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/index.html

The Objective-C 2.0 Programming Language
https://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/ObjectiveC/index.html

Interface Builder user guide
http://developer.apple.com/documentation/DeveloperTools/Conceptual/IB_UserGuide/Introduction/chapter_1_section_1.html

Cocoa Fundamentals Guide
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/chapter_1_section_1.html

5. Getting a little bit further, follow Table View Programming Guide for iPhone OS to create your own
https://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/TableView_iPhone/index.html

6. Have a look at UICatalog example, make sure you get to know every UIControl in iphone

https://developer.apple.com/iphone/library/samplecode/UICatalog/index.html

7. Read as much as you can on

https://developer.apple.com/iphone/library/navigation/Topics/index.html

8. Play with as much as you can on

http://developer.apple.com/iphone/samples/index.action

and

http://developer.apple.com/iphone/codinghowtos/audioandvideo.action

9. Enjoy iphone application development. Thanks

Never giveup. Thanks the world.
原文地址:https://www.cnblogs.com/cnsoft/p/1331108.html