3
呈現模式視圖控制器在詳細視圖控制器當我試圖通過這個代碼顯示模式的模式在UISPlitViewController的橫向模式的詳細視圖一些看法:UISplitViewController - 景觀問題
UIViewController *controller = ....
controller.modalPresentationStyle = UIModalPresentationPageSheet;
[self.detailedViewController presentModalViewController:controller animated:YES];
.. 。關閉後,詳細視圖移到左側並隱藏在主視圖控制器後面。它看起來像詳細視圖的原點轉移到主視圖的起源(在我的情況下是菜單)? 爲什麼會發生?
嗨@Sulthan,我已經提出了一個使用splitViewController的ModalView,現在我想提出另一個modalView,解散後立即使用splitviewController,我試過了,但它的crashing.check了這個http://pastebin.com/atWn5r4C – Ranjit 2013-06-05 14:22:57