0
我的應用程序是在橫向上的iPad。UIViewController免費表格
我創建了一個自由形式的UIViewController(width = 1024,height = 638)來添加到UIPageViewController中。
在自由形式的UIViewController的ViewDidLoad或ViewDidAppear中,我已經檢查過高度,它的值仍然是768?
CGFloat yy1 = self.view.frame.size.height;
CGFloat yy2 = self.view.bounds.size.height;
//- yy1 = yy2 = 768f
這是爲什麼?
是的。有什麼問題? – anhtu
的值應該是638. – chipbk10
您是否使用任何約束? – anhtu