What’s different on iphone device and simulator
Device vs. Simulator
Taking advantage of the differences
the code for detect
#if TARGET_IPHONE_SIMULATOR
// Simulator-specific code
#else
// iPhone-specific code
#end
Device vs. Simulator
Taking advantage of the differences
the code for detect
#if TARGET_IPHONE_SIMULATOR
// Simulator-specific code
#else
// iPhone-specific code
#end