我UIPopoverController
UINavigationController *navVC = [[[UINavigationController alloc] initWithRootViewController:loginVC] autorelease];
navVC.modalInPopover = YES;
navVC.modalPresentationStyle = UIModalPresentationCurrentContext;
_popoverLoginVC = [[UIPopoverController alloc] initWithContentViewController:navVC];
當我提出酥料餅
[self.popoverLoginVC presentPopoverFromRect:centerFrame
inView:self.splitVC.view
permittedArrowDirections:0
animated:YES];
它看起來是模態(我無法靠近酥料餅通過點擊外)但其他地區並未黯淡。 我已經打了modalPresentationStyle沒有運氣(
請指教
因此,我需要得到的結果,如屏幕截圖 – Injectios 2012-04-18 09:30:55
爲什麼你忽略了「presentPopoverFromRect」的代碼?它可能是解決您的問題的關鍵 – Stavash 2012-04-18 09:42:56
更新問題 – Injectios 2012-04-18 09:45:43