Cocoa and Cocoa Touch are the application development environments for Mac OS X and iPhone OS. Both Cocoa and Cocoa Touch include the Objective-C runtime and two core frameworks:
- Cocoa (for Mac OS X)
- foundation.framework
- AppKit.framework
- Cocoa Touch (for iPhoneOS)
- Foundation.framework
- UIKit.framework
Foundation
See Foundation Classes for an overview of available classes. Foundation covers basic classes like NSString, NSNumber or Collections like NSArray, NSDictionary...
UIKit
UIKit provides following classes:
...
Resources
- Cocoa - Recommended Reading!
Diese Seite ist Teil des Werkmoduls iOS Development von Michael Markert für Interface Design / Fakultät Medien an der Bauhaus-Universität Weimar.