gpt4 book ai didi

iOS触发方向改变事件

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:21:07 27 4
gpt4 key购买 nike

我有 2 个 UIView。第一个仅支持纵向。第二个肖像和风景。为实现这一点,我更改了 supportedInterfaceOrientations 的返回值,以便它根据我的 View 给出正确的方向。

当我从屏幕 2 切换到屏幕 1 时, View 仍然处于有问题的横向形式,但是当我旋转设备时, View 实际上旋转为纵向并正确锁定在那里。原因是当我旋转设备时,将触发旋转更改事件。

我的问题:有没有办法以编程方式触发方向更改事件?

最佳答案

我相信您正在寻找的是 View 1 上的 preferredInterfaceOrientationForPresentation:

 - (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation
{
return UIInterfaceOrientationPortrait;
}

关于iOS触发方向改变事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17763729/

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