Cocoa Touch: Difference between revisions

From Medien Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
[http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html 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:
[http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html 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:  
* Foundation
* AppKit (MacOS) / UIKit (iPhone OS).


* Cocoa (for Mac OS X)
{|align="left" {{Prettytable}}
** [[Foundation Classes]] (eg. NSString, NSNumber, Collections like NSArray, NSDictionary...)
! Shared
** AppKit Classes (eg. NSResponder, NSView, NSWindow, NSButton and many more...)
! Cocoa (Mac OS X)
 
! Cocoa Touch (iPhoneOS)
* Cocoa Touch (for iPhoneOS)
|-
** [[Foundation Classes]] (eg. NSString, NSNumber, Collections like NSArray, NSDictionary...)
|[[Foundation Classes]] (eg. NSString, NSNumber, Collections like NSArray, NSDictionary...)
** [[UIKit Classes]] (eg. UIResponder, UIView, UIWindow, UIButton, UIAccelerometer and many more...)
|
|
|-
|
|AppKit Classes (eg. NSResponder, NSView, NSWindow, NSButton and many more...)
|[[UIKit Classes]] (eg. UIResponder, UIView, UIWindow, UIButton, UIAccelerometer and many more...)
|-
|Core Data
|
|
|-
|Sync Services
|
|
|-
|
|Address Book
|Address Book (ANSI C Interface)
|-
|}


<br clear="all"/>


== Resources ==
== Resources ==
* [http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html Cocoa] - Recommended Reading!
* [http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html Cocoa Fundamentals Guide] - Recommended Reading!


   
   


{{Template:iPhoneDev}}
{{Template:iPhoneDev}}

Revision as of 00:57, 7 March 2010

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:

  • Foundation
  • AppKit (MacOS) / UIKit (iPhone OS).
Shared Cocoa (Mac OS X) Cocoa Touch (iPhoneOS)
Foundation Classes (eg. NSString, NSNumber, Collections like NSArray, NSDictionary...)
AppKit Classes (eg. NSResponder, NSView, NSWindow, NSButton and many more...) UIKit Classes (eg. UIResponder, UIView, UIWindow, UIButton, UIAccelerometer and many more...)
Core Data
Sync Services
Address Book Address Book (ANSI C Interface)


Resources




Diese Seite ist Teil des Werkmoduls iOS Development von Michael Markert für Interface Design / Fakultät Medien an der Bauhaus-Universität Weimar.