How can I use images provided by the iPhone OS?
Posted
by Topher Fangio
on Stack Overflow
See other posts from Stack Overflow
or by Topher Fangio
Published on 2010-05-26T12:33:26Z
Indexed on
2010/05/26
12:41 UTC
Read the original article
Hit count: 336
iphone-sdk
|image
Hello all,
First, let me state what brought this question about: I saw the green checkmark icon in this post and I would like to use it in my own application. However, since it looks so much like the UITableViewCellAccessoryDetailDisclosureButton
my assumption is that this green checkmark icon is provided by the iPhone OS in some form or fashion.
So, my question is: how can I use the green checkmark icon and/or other OS-provided images in my own applications?
As a side question: where can I find a list of the OS-provided images (if they even exist)?
Thanks very much for any input :-)
© Stack Overflow or respective owner