我正在使用以下代碼來顯示屏幕/視圖控制器。iPad中的UIModalPresentationFormSheet的確切大小是什麼
SearchParams *nxt=[[SearchParams alloc] initWithNibName:@"SearchParams" bundle:nil];
UINavigationController *nvc=[[UINavigationController alloc] initWithRootViewController:nxt];
nvc.modalPresentationStyle=UIModalPresentationFormSheet;
[self.preLCtr.preCinescape_iPadViewController presentModalViewController:nvc animated:YES];
我不確定PesentationSheet的大小。我試圖採取截圖&採取維度/大小。但它不是確切的解決方案。
問題:在iPad中,當前模態板的確切尺寸是多少?
根據所採取的屏幕截圖,它是545×625像素。這是正確的嗎? –
http://stackoverflow.com/questions/30491951/what-exactly-is-the-height-of-modalpresentationstyle-formsheet-on-ipad你可以在這裏找到它。 – Neela