#import "ViewController.h"
@interface ViewController ()
@property (weak, nonatomic) IBOutlet UILabel *label;
@end
@implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];
CGSize iOSDeviceScreenSize = [UIScreen mainScreen].bounds.size;
NSString *s = [NSString stringWithFormat:@"%.0f x %.0f", iOSDeviceScreenSize.width, iOSDeviceScreenSize.height];
NSLog(@"%@", s);
self.label.text = s;
if ([UIDevice currentDevice].userInterfaceIdiom == UIUserInterfaceIdiomPhone) {
if (iOSDeviceScreenSize.height > iOSDeviceScreenSize.width) {//竖屏情况
if (iOSDeviceScreenSize.height == 568) {//iPhone 5/5s/5c/SE设备
NSLog(@"iPhone 5/5s/5c/SE设备");
} else if (iOSDeviceScreenSize.height == 667) {//iPhone 6/6s/7
NSLog(@"iPhone 6/6s/7设备");
} else if (iOSDeviceScreenSize.height == 736) {//iPhone Plus
NSLog(@"iPhone Plus设备");
} else {//其他设备
NSLog(@"其他设备");
}
}
if (iOSDeviceScreenSize.width > iOSDeviceScreenSize.height) {//横屏情况
if (iOSDeviceScreenSize.width == 568) {//iPhone 5/5s/5c/SE设备
NSLog(@"iPhone 5/5s/5c/SE设备");
} else if (iOSDeviceScreenSize.width == 667) {//iPhone 6/6s/7
NSLog(@"iPhone 6/6s/7设备");
} else if (iOSDeviceScreenSize.width == 736) {//iPhone Plus
NSLog(@"iPhone Plus设备");
} else {//其他设备
NSLog(@"其他设备");
}
}
}
}
@end
ios判斷當前設備類型
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 9月13日晚,据平安北京官方微博通报,宋喆涉嫌职务侵占罪已于9月12日被刑,获判5年 2016年8月14日,王宝强...
- Neil Zhu,简书ID Not_GOD,University AI 创始人 & Chief Scientist...