What approach are you fellow iPhone developers out there using for standard icons in e.g. tab bars (one that is not provided here, of course)? For example, if I wanted to use one of the icons from the iPod app.
I can see three approaches:
- Use the "magic image constant" for the image. I believe this qualifies as using private API -> no no.
- Copying the image from the app or from a screenshot of it -> possible copyright violations ?
- Using a similar but not identical image that I have drawn myself (or let someone do it) -> inconsistent user experience
So, what should I do?