Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone action button image file available anywhere?

I'm working on an app and want to use the image from the action type toolbar button (the one with the arrow coming from the box that we often use for share etc) in a custom button. Is there some way I can get hold of the .png for it?

Thanks

like image 982
Marky Avatar asked Dec 12 '22 11:12

Marky


2 Answers

There is the open source UIKit artwork extractor project available at Github: https://github.com/0xced/UIKit-Artwork-Extractor

like image 51
JoePasq Avatar answered Dec 15 '22 01:12

JoePasq


There's a mockup toolkit available for iOS SDK at http://blog.metaspark.com/2009/02/fireworks-toolkit-for-creating-iphone-ui-mockups/

Check the fourth image on right most column. I hope it contains the image you want.

You can download the mockup toolkit and open up with fireworks or photoshop to extract images from there. If you don't have these adobe softwares then the open source software GIMP is your good friend to extract the image.

like image 41
indiantroy Avatar answered Dec 14 '22 23:12

indiantroy