LiteAVSDK/Player_iOS

在SwiftUI中,通过UIViewControllerRepresentable包装ViewController来播放视频时,全面屏机型横屏后底部小横条无法隐藏

Closed this issue · 0 comments

在Demo的UIKit中,我添加了
override var prefersHomeIndicatorAutoHidden: Bool { return true }
就可以生效,但是在自己的SwiftUI项目中通过UIViewControllerRepresentable包装了一层,就不起作用了,这需要怎么处理呢?