然后在DetailVIEwController.m文件中,我添加了这个方法
- (BOol)splitVIEwController: (UISplitVIEwController*)svc shouldHIDeVIEwController:(UIVIEwController *)vc inorIEntation:(UIInterfaceOrIEntation)orIEntation { //This method is only available in iOS5 return NO;}
现在这样做,我可以显示左,我的一个视图控制器的一部分。
现在我已经在我的DetailVIEwController导航栏中添加了一个UIbarbuttonItem,我想通过使用我可以隐藏&在Portrairt和Landscape模式中显示我的主视图。
- (IBAction)hIDeUnhIDe:(ID)sender {//How can hIDe & unhIDe}
我该怎么办?
解决方法instead spv.delegate=nil; spv.delegate=self;
你需要做下一个:
[spv willRotatetoInterfaceOrIEntation:self.interfaceOrIEntation duration:0];总结
以上是内存溢出为你收集整理的iphone – 如何在SplitView控制器中隐藏和取消隐藏主视图控制器全部内容,希望文章能够帮你解决iphone – 如何在SplitView控制器中隐藏和取消隐藏主视图控制器所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)