IOSMacros.h 292 B

1234
  1. #define IS_IPAD ([UIDevice currentDevice].userInterfaceIdiom == UIUserInterfaceIdiomPad)
  2. #define IN_SPRINGBOARD ([[NSBundle mainBundle].bundleIdentifier isEqualToString:@"com.apple.springboard"])
  3. #define IN_BUNDLE(bundleID) ([[NSBundle mainBundle].bundleIdentifier isEqualToString:bundleID])