1

I need the red-minus badge icon - that one which is used for deleting rows in a UITableView. Is there a way to get it programmatically? I have searched via google, browsed in several icon databases - without success.

(to get the icon when I enter the editing-modus of a table is clear - I need the icon as a design element in retina resolution).

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Dominic Sander
  • 2,714
  • 1
  • 18
  • 29
  • 1
    You can get it in this .psd: http://www.teehanlax.com/downloads/ios-5-gui-psd-iphone-4s/ – Larme Jan 29 '13 at 18:34
  • Why cant you try to take a screenshot of the minus icon in retina screen and also in standard screen??Go ahead.. Its easy – Dinesh Raja Jan 29 '13 at 18:38

1 Answers1

2

You can use UIKit-Artwork-Extractor for exactly that.

gcamp
  • 14,622
  • 4
  • 54
  • 85