gpt4 book ai didi

ios - didRotateFromInterfaceOrientation 旋转时没有触发?

转载 作者:可可西里 更新时间:2023-11-01 03:32:00 31 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
ViewController not responding to didRotateFromInterfaceOrientation

我遇到了 didRotateFromInterfaceOrientation 方法没有在我的 View Controller 子类之一中触发的问题。

我有一个以 UISplitViewController 作为主视图的 iPad 应用程序。在详细信息方面,我使用“隐藏”(无工具栏、导航栏)导航 Controller 进行惰性 View 切换。我想要捕获 didRotateFromInterfaceOrientation 的 ViewController 在 navcontroller 层次结构中有两个层次。 (这些都不应该有什么不同,但我包括了这个信息以防有一些我不知道的特殊情况)

我有:

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return YES;
}

// This doesn't work. :(
- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
{
NSLog(@"Rotate Go!");
}

View 旋转得很好,但 didRotateFromInterfaceOrientation 永远不会触发。

知道我错过了什么吗?

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com