判断设备是否为iPad 发表于 2021-11-29 | 分类于 iOS 1#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)