2011-11-12 6 views

Odpowiedz

7

CoreFoundation jest niższe API poziom C:

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

Foundation Classes jest wyższa objective-c fundacja zestaw klas:

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

Apple oferuje 'toll-free' pomost między typami:

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

Na OSX zestaw klas AppKit (Cocoa) stanowi ramy UI wyższy poziom, który korzysta z klas założenia:

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

dla urządzeń (iOS), tam UIKit (Cocoa Touch) w klasach fundamentowych:

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

Wszystkie te są szeroko stosowane w OSX i iOS rozwoju ...

Powiązane problemy