Open jfradj opened 12 years ago
Hi,
Your Macro is broken on the new iPhone 5 (4" screen)
// macro for checking if we are on the iPad in iPhone-Emulation mode
MAX([UIApplication sharedApplication].statusBarFrame.size.width, [UIApplication sharedApplication].statusBarFrame.size.height) > 480.f)
Regards
Hi,
Your Macro is broken on the new iPhone 5 (4" screen)
// macro for checking if we are on the iPad in iPhone-Emulation mode
define IsIPhoneEmulationMode (!IsIPad && \
MAX([UIApplication sharedApplication].statusBarFrame.size.width, [UIApplication sharedApplication].statusBarFrame.size.height) > 480.f)
Regards