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
Device vs. Simulator Taking advantage of the differences
the code for detect
// Simulator-specific code
// iPhone-specific code