![]() |
1
0
对于我的问题,我找到了解决方法:如果您想阅读文档: http://developer.apple.com/iphone/library/featuredarticles/ViewControllerPGforiPhoneOS/BasicViewControllers/BasicViewControllers.html#//apple_ref/doc/uid/TP40007457-CH101-SW26 如果要跳到第二个ViewController,只需输入以下代码: secondview.wantFullScreenLayout视图=是;
|