Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone: Where can I find those arrow icons used on the toolbar of the Photo Library (Camera Roll)

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?

like image 248
Phamer Avatar asked Dec 22 '22 02:12

Phamer


1 Answers

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.

like image 175
kennytm Avatar answered Mar 02 '23 00:03

kennytm