Douglas Purdy

How do you know you are writting a real iPhone app?

without comments

#if TARGET_IPHONE_SIMULATOR
//do something
#else
//do the same thing as above, but different
#endif

January 28th, 2009 at 3:27 am

Posted in Apple, Software Development

Leave a Reply