Dev:UIBarButtonItem

From The Apple Wiki

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 4.3, the iPhoneOS defined 33 system items. 24 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 (no longer available, use UIBarButtonSystemItemPageCurl = 23 instead)

See also

References