Objective-C语法快速参考:http://www.cocoachina.com/b/?p=122
Google Objective-C Style Guide 中文版 :http://zh-google-styleguide.readthedocs.org/en/latest/google-objc-styleguide/contents/
苹果官方开发库:https://developer.apple.com/library/ios/navigation/
马上着手开发 iOS 应用程序 (Start Developing iOS Apps Today):https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOSCh/chapters/Introduction.html
十分钟让你明白Objective-C的语法(和Java、C++的对比):http://blog.csdn.net/totogo2010/article/details/7632384
Programming with Objective-C英文版:https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/DefiningClasses/DefiningClasses.html#//apple_ref/doc/uid/TP40011210-CH3-SW1
学习Objective-C:http://www.cnblogs.com/xymwbc/archive/2011/06/11/2078288.html
Objective-C 语法快速参考: http://justcoding.iteye.com/blog/1345208
Learning_Objective-C_A_Primer_中文版
线上教学:Objective-C 程式設計入門 http://www.mokoversity.com/course/ios/objective-c-overview
官方Programming Wit hObjective C:https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf
CS 193P iPhone Application Development:http://www.stanford.edu/class/cs193p/cgi-bin/drupal/
iPhone Tutorials:http://www.raywenderlich.com/tutorials
台湾网友前陣子寫的 Objective-C 的筆記,暫時記錄在 github 上,有需要朋友歡迎到 github repo 下載,若有錯誤的地方,也歡迎開 issue。
主網址 : Obj-C 學習 – Win Wu’s Note
筆記清單 :
- Ch01 – 簡單的歷史介紹跟 Objective-C 簡介
- Ch02 – 藉由 Xcode 來介紹第一支 Objective-C
- Ch03 – 介紹 Objective-C 的各種資料型別
- Ch04 – 介紹 Objective-C 的運算式以及一些運算子
- Ch05 – 介紹 Objective-C 迴圈
- Ch06 – 介紹 Objective-C 的流程控制
- Ch07 – 介紹 Objective-C 類別(1)
- Ch08 – 介紹 Objective-C 類別(2)
- Ch09 – 介紹 Objective-C 繼承