iPhone 6发布后检测设备

时间:2014-09-16 11:13:31

标签: ios xcode ios8 xcode6 iphone-6

有没有办法检测,无论是iPhone 5,iPhone 6还是iPhone 6 +?

之前我根据决议做到了:

if ([[UIScreen mainScreen] bounds].size == 568)
    NSLog(@"4 inch");
else
    NSLog(@"3.5 inch");

但是现在所有的分辨率(4,4.7,5.5)都给了我相同的568高度。那我该怎么办?

0 个答案:

没有答案