gpt4 book ai didi

objective-c - TSAlertView 启用设备旋转

转载 作者:行者123 更新时间:2023-11-28 17:40:04 27 4
gpt4 key购买 nike

因为我需要一个更自定义的 UIAlertView,所以我正在使用。我的问题是它可以使设备向任何方向旋转,即使我禁用了它也是如此。

在 AlertView 出现之前,横向模式被停用,但是当我调用 show 时,任何方向都是可能的。

这是怎么回事?我在 UIAlertView 中没有这种行为。

最佳答案

转到@implementation TSAlertViewController 并检查shouldAutorotateToInterfaceOrientation

@implementation TSAlertViewController
- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
{
return NO;
}

关于objective-c - TSAlertView 启用设备旋转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8541144/

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