gpt4 book ai didi

iphone - 有什么方法可以消除 UIDevice setOrientation 警告吗?

转载 作者:行者123 更新时间:2023-12-03 20:21:39 33 4
gpt4 key购买 nike

有人有一种简单的方法来消除未记录的 UIDevice setOrientation 警告吗?

我找到了这个piece of code这会消除未记录的 UIPickerView setSoundsEnabled 警告。

最佳答案

只需在 .h.m 文件(无论您在何处使用它)的类别中声明该方法即可:

@interface UIDevice (MyPrivateNameThatAppleWouldNeverUseGoesHere)
- (void) setOrientation:(UIInterfaceOrientation)orientation;
@end

关于iphone - 有什么方法可以消除 UIDevice setOrientation 警告吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1682639/

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