Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
UIKit.framework: Difference between revisions - iPhone Development Wiki

UIKit.framework: Difference between revisions

From iPhone Development Wiki
m (Oops x 3)
mNo edit summary
Line 4: Line 4:
| classID = UI
| classID = UI
}}
}}
'''UIKit''' is a high-level Objective-C framework that manages the graphical front-end of the iPhoneOS. It is a public framework, and therefore its documentation can be found on [http://developer.apple.com/iphone/library/documentation/uikit/reference/uikit_framework/index.html|Apple's iPhone Dev Center]. Nevertheless, this is only a small part of the whole UIKit.
'''UIKit''' is a high-level Objective-C framework that manages the graphical front-end of the iPhoneOS. It is a public framework, and therefore its documentation can be found on [http://developer.apple.com/iphone/library/documentation/uikit/reference/uikit_framework/index.html Apple's iPhone Dev Center]. Nevertheless, this is only a small part of the whole UIKit.


{{Navbox Classes}}
{{Navbox Classes}}
{{Navbox Frameworks}}
{{Navbox Frameworks}}

Revision as of 10:52, 5 November 2009

UIKit.framework
Public Framework
Availabile 1.0 – present
Class Prefix UI
Headers [headers.cynder.me]

UIKit is a high-level Objective-C framework that manages the graphical front-end of the iPhoneOS. It is a public framework, and therefore its documentation can be found on Apple's iPhone Dev Center. Nevertheless, this is only a small part of the whole UIKit.