Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Delete Button - Objective C

I was wondering where does one get access to iOS delete button. This is the button that Apple uses to close the iAd window, and for deleting iPhone apps from the home screen, and also the Twitter App uses it to delete the photo that you add to a tweet. Do they just download this image somewhere or is there an option for it somewhere like for the info button, and the detail disclosure.

Thanks

I also found that Growl uses this icon along with Lion's Mission Control...

like image 859
michaellindahl Avatar asked Nov 01 '11 02:11

michaellindahl


1 Answers

You can use UIKit Artwork Extractor to extract about any iOS artwork that is not public. Just search for close and you will find several close button png images.

like image 60
0xced Avatar answered Oct 18 '22 04:10

0xced