【发布时间】:2010-04-05 09:31:35
【问题描述】:
我的应用程序包含一个横向视图,我想在其中放置一个模态视图,但问题在于模态视图。展示它不会有负担..代码是:
--------------------代码在这里----------
UIViewController *modalViewController = [[UIViewController alloc] init];
modalViewController.view = modelView1; [self presentModalViewController:modalViewController Animation:NO];
[self performSelector:@selector(hideSplash) withObject:nil afterDelay:5.0];
请帮我解决这个问题....
【问题讨论】:
标签: iphone