Hello. I am looking for those arrow icons (a left white arrow and a white right arrow) that are used on the lower toolbar of the Photo Library (or Camera Roll). I also have seen them on the Facebook app and some other custom apps. I am surprised that they are not built in "UIBarButtonSystemItem" icons. Can anybody point me to these icons?
views:
449answers:
3
+1
Q:
iPhone: Where can I find those arrow icons used on the toolbar of the Photo Library (Camera Roll)
+2
A:
They are built-in UIBarButtonSystemItem — private ones. Specifically, values of 107 and 108.
Other custom apps create their own arrows, and this is what you should do for AppStore apps.
KennyTM
2010-05-26 20:43:42
Brilliant. This is so helpful, thanks so much. No wonder I coudldn't find these, as they are "undocumented" and I have to use the #.
Phamer
2010-05-26 21:11:51
@Phamer: Be aware that using the undocumented APIs could get your app rejected from the app store.
eman
2010-05-26 23:07:31
+1
A:
I couldn't find any good ones, so I made a set; you can grab them here. There are eight icons included: up, down, left and right, all in both standard and high-resolutions.
conmulligan
2010-07-16 19:06:44