iOS 基础类解析 - NSObject
时间:2014-05-03 00:07:39
收藏:0
阅读:369
iOS 基础类解析 - NSObject
太阳火神的美丽人生 (http://blog.csdn.net/opengl_es)
本文遵循“署名-非商业用途-保持一致”创作公用协议
NSObject Class Reference
Initializing a Class
Creating, Copying, and Deallocating Objects
Identifying Classes
Testing Class Functionality
Testing Protocol Conformance
Obtaining Information About Methods
– methodForSelector:+ instanceMethodForSelector:+ instanceMethodSignatureForSelector:– methodSignatureForSelector:
Describing Objects
Discardable Content Proxy Support
Sending Messages
– performSelector:withObject:afterDelay:– performSelector:withObject:afterDelay:inModes:– performSelectorOnMainThread:withObject:waitUntilDone:– performSelectorOnMainThread:withObject:waitUntilDone:modes:– performSelector:onThread:withObject:waitUntilDone:– performSelector:onThread:withObject:waitUntilDone:modes:– performSelectorInBackground:withObject:+ cancelPreviousPerformRequestsWithTarget:+ cancelPreviousPerformRequestsWithTarget:selector:object:
Forwarding Messages
Dynamically Resolving Methods
Error Handling
Archiving
– awakeAfterUsingCoder:– classForCoder– classForKeyedArchiver+ classFallbacksForKeyedArchiver+ classForKeyedUnarchiver– replacementObjectForCoder:– replacementObjectForKeyedArchiver:+ setVersion:+ version
Deprecated Methods
Copyright ? 2013 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2013-12-16
评论(0)