How to set an image based on iphone platform in objective-c
Posted
by
Toran Billups
on Stack Overflow
See other posts from Stack Overflow
or by Toran Billups
Published on 2011-02-23T23:23:28Z
Indexed on
2011/02/23
23:25 UTC
Read the original article
Hit count: 206
objective-c
I'm moving my application from 3.x to 4.x as I prepare for the app store and found that I need to have 2 copies of all my custom pngs - my question is how can I determine what img to show and when. Example - how do I know to show the Find.png vs the [email protected]
Is it "safe" or "correct" to look for 4.x specific apis or does the iphone have a way to determine what platform you are on at runtime?
Thank you in advance
© Stack Overflow or respective owner