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
UIBarButtonItem - iPhone Development Wiki

UIBarButtonItem

From iPhone Development Wiki
Revision as of 18:40, 11 January 2010 by KennyTM~ (talk | contribs) (Created page with 'A '''UIBarButtonItem''' is an abstract object representing a button or custom view on a UIToolbar and UINavigationItem. == System items == [[Image:UIBarButtonItem100.png…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A UIBarButtonItem is an abstract object representing a button or custom view on a UIToolbar and UINavigationItem.

System items

UIBarButtonSystemItem, for value = (from left to right) 100 to 104, and 107 to 109

Up to firmware 3.1, the iPhoneOS defined 33 system items. 23 of them are documented. The rest all have values 100 or above:

Value Image name
100 UIButtonBarLocate.png
101 UIButtonBarArrowLeft.png
102 UIButtonBarArrowRight.png
103 UIButtonBarArrowUp.png
104 UIButtonBarArrowDown.png
105 UIButtonBarArrowLeft.png
106 UIButtonBarArrowRight.png
107 UIButtonBarPreviousSlide.png
108 UIButtonBarNextSlide.png
109 UIButtonBarPageCurl***.png

See also

References