i'm getting annoying when i see that bar in top of playing video. How can i hide\unhide status bar in viewcontroller ?
Any help will be appreciated.
In your media player view controller:
override var prefersStatusBarHidden: Bool {
return true
}