gpt4 book ai didi

iphone - 从枚举类型 'UIInterfaceOrientation' 到不同枚举类型 'UIDeviceOrientation' 的隐式转换

转载 作者:行者123 更新时间:2023-12-03 20:23:06 25 4
gpt4 key购买 nike

我收到以下代码的上述编译器警告。我了解界面和设备方向之间的区别,但不确定如何修改以删除警告。有人可以帮忙吗?

- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration {
if (ViewController != NULL) {
[ViewController configureForDeviceOrientation:toInterfaceOrientation];
}
if (Controller != NULL) {
[Controller configureForDeviceOrientation:toInterfaceOrientation];
}
currentOrientation = toInterfaceOrientation;
}

最佳答案

只需将其转换[Controller configureForDeviceOrientation:(UIDeviceOrientation)toInterfaceOrientation];

关于iphone - 从枚举类型 'UIInterfaceOrientation' 到不同枚举类型 'UIDeviceOrientation' 的隐式转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8413750/

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