Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios built in UIBarButtonSystemItem images

Where can I see UIBarButtonSystemItem images with the names? I tried search apple developer doc. All images are there but there is no respond title for each one.

Thanks

like image 453
Yiding Avatar asked Oct 04 '13 21:10

Yiding


2 Answers

The images are in the docs, under UIBarButtonSystemItem Constants. The names are beside them.

enter image description here

If you want the actual image, you can use something like iOS Artwork Extractor.

like image 149
nevan king Avatar answered Sep 30 '22 20:09

nevan king


Here is an image containing a list of those bar button items

enter image description here

Hope this helps, good luck!

like image 42
nemesis Avatar answered Sep 30 '22 21:09

nemesis