views:

449

answers:

3

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?

+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
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
@Phamer: Be aware that using the undocumented APIs could get your app rejected from the app store.
eman
+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
A: 

The icon set here seems to include the left/right arrows:

http://blog.twg.ca/2009/09/free-iphone-toolbar-icons/

JosephH