What’s different on iphone device and simulator

Aug 20 2009 Published by under Cocoa

Device vs. Simulator Taking advantage of the differences

the code for detect

if TARGET_IPHONE_SIMULATOR

// Simulator-specific code

else

// iPhone-specific code

end

Image 4

No responses yet