1
我有這樣的:呈現模式視圖控制器
SomeViewController* vc = [[SomeViewController alloc] init];
self.view.backgroundColor = [UIColor clearColor];
self.modalPresentationStyle = UIModalPresentationCurrentContext;
[self presentModalViewController:vc animated:YES];
黑屏出現 - 如何解決呢?有任何想法嗎?
不,依然不起作用。 – 2012-08-16 20:05:27
是你的類UIViewcontroller的直接子類,或者也許是UITableViewController?你使用了正確的筆尖名字嗎? – J2theC 2012-08-16 20:08:50
看來,是的... – 2012-08-16 20:10:32