2011-11-12 21 views

Trả lời

7

CoreFoundation là các API mức C thấp hơn:

http://developer.apple.com/corefoundation/

lớp Foundation là mục tiêu-c nền tảng thiết lập cao hơn các lớp:

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/ObjC_classic/_index.html

của Apple Mời 'điện thoại miễn phí' bắc cầu các loại giữa các loại này:

http://developer.apple.com/library/ios/#documentation/CoreFoundation/Conceptual/CFDesignConcepts/Articles/tollFreeBridgedTypes.html

Đối với OSX AppKit (Cocoa) là mức cao hơn khung UI trong đó sử dụng các lớp cơ sở:

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/_index.html

Đối với thiết bị (iOS), có UIKit (Cocoa Touch) trên các lớp nền tảng:

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIKit_Framework/_index.html

Tất cả trong số này được sử dụng rộng rãi trong OSX và iOS phát triển ...

Các vấn đề liên quan