The problem:
Navigation bar is under status bar after playing video in landscape mode.
The application:
It's very simple,
swift 3
override func viewWillLayoutSubviews() { super.viewWillLayoutSubviews(); UIApplication.shared.isStatusBarHidden = false }