gpt4 book ai didi

ios - 当我的整个应用程序锁定在纵向模式时,以横向模式全屏播放视频

转载 作者:可可西里 更新时间:2023-11-01 04:15:24 26 4
gpt4 key购买 nike

我想全屏横向播放视频。我的应用程序锁定在纵向模式。如何实现这一点。请帮我。提前致谢

最佳答案

swift 3 中最简单的解决方案将此添加到您的应用委托(delegate):

func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
if window == self.window {
return .portrait
} else {
return .allButUpsideDown
}
}

关于ios - 当我的整个应用程序锁定在纵向模式时,以横向模式全屏播放视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36759996/

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