iOS iPhone官方参考资料明细
2010-12-19 07:19:33 来源:WEB开发网运行时、安全、文件、通讯、性能调优等等
■Event Handling Guide for iOS
For information about handling touch and motion-related events
http://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/EventHandlingiPhoneOS.pdf
Objective-C
开发语言
■Objective-C Release Notes
describes some of the changes in the Objective-C runtime in the latest release of Mac OS X.
http://developer.apple.com/library/mac/#releasenotes/Cocoa/RN-ObjectiveC/
■ Learning Objective-C: A Prime
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/
■ The Objective-C Programming Language
introduces object-oriented programming and describes the main programming language used for iOS development.
http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ObjectiveC/ObjC.pdf
■Objective-C Runtime Programming Guide
describes aspects of the Objective-C runtime and how you can use it.
http://developer.apple.com/library/ios/documentation/cocoa/Conceptual/ObjCRuntimeGuide/ObjCRuntimeGuide.pdf
■Objective-C Runtime Reference
describes the data structures and functions of the Objective-C runtime support library. Your programs can use these interfaces to interact with the Objective-C runtime system. For example, you can add classes or methods, or obtain a list of all class definitions for loaded classes.
http://developer.apple.com/library/mac/documentation/Cocoa/Reference/ObjCRuntimeRef/ObjCRuntimeRef.pdf
■Object-Oriented Programming with Objective-C
Every object-oriented programming language and environment has a different perspective on what object-oriented means, how objects behave, and how programs might be structured. This document offers the Objective-C perspective.
更多精彩
赞助商链接