gpt4 book ai didi

ios - 在 iOS 中旋转屏幕时如何执行某些操作?

转载 作者:行者123 更新时间:2023-11-29 02:19:18 25 4
gpt4 key购买 nike

我试图在转动设备屏幕时创建一个 Action 。

在苹果documentation我读到你必须使用这种方法:

 override func willRotateToInterfaceOrientation(toInterfaceOrientation: UIInterfaceOrientation, duration: NSTimeInterval) {
println("I rotate.")
self.tabBar.frame = CGRectMake(0, 80, self.view.bounds.size.width, self.view.bounds.size.height);
}

但是当我在日志中转动屏幕时不会打印“I rotate”。

编辑:

这些是项目的设置: enter image description here

最佳答案

willRotateToInterfaceOrientation 函数在 iOS 8 中已弃用,您可以在 Apple 文档中看到 here 。请参阅讨论here在 StackOverflow 上。

关于ios - 在 iOS 中旋转屏幕时如何执行某些操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28369824/

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