gpt4 book ai didi

ios - 当我们开始旋转设备时和完成后将调用什么方法

转载 作者:IT王子 更新时间:2023-10-29 07:55:01 25 4
gpt4 key购买 nike

我想以编程方式检测 ipad 上的旋转过程。在这种情况下,我想将 bool 值设置为 yes,即旋转开始的时间,并在旋转结束后将其设置为 false。是否有任何方法调用轮换开始和轮换结束的时间?

最佳答案

来自 Apple 文档:

在用户界面开始旋转之前发送到 View Controller 。

- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration

在用户界面旋转后发送到 View Controller :

- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation

在这里查看更多信息:UIViewController Class Reference -> Responding to View Rotation Events

注意:这已被弃用,请参阅 this post

关于ios - 当我们开始旋转设备时和完成后将调用什么方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7443943/

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