ios reading

作为一个 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


你可能感兴趣的:(ios,apple,cocoa,Objective-C,xcode)