作为一个 iphone newbie ,开始阅读如下文章:
----------------------- already done-----------------------------
你的第一个 ios Application{ Read Done! }
这是个简单的例子程序,不过是个很好的开始。
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhone101/Articles/00_Introduction.html
Learning Objective-C: Aprimer{ Read Done! }
内容很少,也很简单的介绍
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer
----------------------- current reading ----------------------------
View Programming Guide for iOS
http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009503-CH1-SW2
----------------------- to be continue ----------------------------
Event handle guide for ios
http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009541
The Objective-C Programming Language
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html#//apple_ref/doc/uid/TP30001163
ios overview
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/URL_iPhone_OS_Overview/index.html
Cocoa Fundamentals Guide
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html#//apple_ref/doc/uid/TP40002974
iOS Technology Overview
http://developer.apple.com/library/ios/#documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007898
阅读分析 crash report
http://developer.apple.com/library/ios/#technotes/tn2008/tn2151.html
xcode debug guide
http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/XcodeDebugging/000-Introduction/Introduction.html
ios debug magic
http://developer.apple.com/library/ios/#technotes/tn2010/tn2239.html
memory usage performance guide
http://developer.apple.com/library/ios/#documentation/Performance/Conceptual/ManagingMemory/ManagingMemory.html
performance test start point
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/GS_Performance_iPhone/index.html
debug with GDB
http://developer.apple.com/library/ios/#documentation/DeveloperTools/gdb/gdb/gdb_1.html
一些例子代码
MoveMe
http://developer.apple.com/library/ios/#samplecode/MoveMe/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007315
Metronome
http://developer.apple.com/library/ios/#samplecode/Metronome/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007434
TableViewSuit
http://developer.apple.com/library/ios/#samplecode/TableViewSuite/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007318
SimpleDrillDown
http://developer.apple.com/library/ios/#samplecode/SimpleDrillDown/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007416
关于app 国际化的topic
http://developer.apple.com/library/ios/#documentation/MacOSX/Conceptual/BPInternational/BPInternational.html#//apple_ref/doc/uid/10000171i
----------------------- already done-----------------------------
你的第一个 ios Application{ Read Done! }
这是个简单的例子程序,不过是个很好的开始。
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhone101/Articles/00_Introduction.html
Learning Objective-C: Aprimer{ Read Done! }
内容很少,也很简单的介绍
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer
----------------------- current reading ----------------------------
View Programming Guide for iOS
http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009503-CH1-SW2
----------------------- to be continue ----------------------------
Event handle guide for ios
http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009541
The Objective-C Programming Language
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html#//apple_ref/doc/uid/TP30001163
ios overview
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/URL_iPhone_OS_Overview/index.html
Cocoa Fundamentals Guide
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html#//apple_ref/doc/uid/TP40002974
iOS Technology Overview
http://developer.apple.com/library/ios/#documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007898
阅读分析 crash report
http://developer.apple.com/library/ios/#technotes/tn2008/tn2151.html
xcode debug guide
http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/XcodeDebugging/000-Introduction/Introduction.html
ios debug magic
http://developer.apple.com/library/ios/#technotes/tn2010/tn2239.html
memory usage performance guide
http://developer.apple.com/library/ios/#documentation/Performance/Conceptual/ManagingMemory/ManagingMemory.html
performance test start point
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/GS_Performance_iPhone/index.html
debug with GDB
http://developer.apple.com/library/ios/#documentation/DeveloperTools/gdb/gdb/gdb_1.html
一些例子代码
MoveMe
http://developer.apple.com/library/ios/#samplecode/MoveMe/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007315
Metronome
http://developer.apple.com/library/ios/#samplecode/Metronome/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007434
TableViewSuit
http://developer.apple.com/library/ios/#samplecode/TableViewSuite/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007318
SimpleDrillDown
http://developer.apple.com/library/ios/#samplecode/SimpleDrillDown/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007416
关于app 国际化的topic
http://developer.apple.com/library/ios/#documentation/MacOSX/Conceptual/BPInternational/BPInternational.html#//apple_ref/doc/uid/10000171i