NSLog(@"the View Weight is --%f--",self.view.frame.size.width);
NSLog(@"the View Height is --%f--",self.view.frame.size.height);
我跑了使用iPhone 4S,5,6相同的代碼,6S無法獲取視圖的寬度高度上XCODE 6
對iPhone 4S的它給人320480
,但對於所有其他設備它給我320,568。無論5,6,6S
這是Xcode 6.0的錯誤?
即使 的NSLog(@ 「的高度爲 - %的F - 」,[[UIScreen mainScreen]界限] .size.height)給出M,E 568上iPhone 6
你在哪裏寫在viewDidLoad或viewDidAppear? – 2014-10-08 06:46:51
不,在6 Plus上它應該是414 * 736 – gabbler 2014-10-08 06:47:11
@ParagShinde是我正在寫它在加載 此外NSLog(@「高度是 - %f - 」,[[UIScreen mainScreen]範圍] .size.height )iPhone 6上的贈送者568 – Jasmeet 2014-10-08 06:50:01