You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the statusBarHidden setting only worked in version iOS v12 and below.
The fix is to use the prefersStatusBarHidden API on UIViewController instead as well as the modalPresentationCapturesStatusBarAppearance var which will pass the status bar setting to the view's paging children controllers.
The Portrait video scrubber should take up the max screen width. The landscape video scrubber should more narrow to accommodate the touch target at the edges of the screen.