How to use compiler statements to create specific simulator/device code:
#if TARGETIPHONESIMULATOR //compiler specific code #else // device specific code #endif
How to use compiler statements to create specific simulator/device code:
#if TARGETIPHONESIMULATOR //compiler specific code #else // device specific code #endif