SwiftUI VideoPlayer full screen dismiss button missing on iOS 16+ – Ios swift
I am using a .fullScreenCover to present a VideoPlayer view. On iOS 15 and below, doing so shows the close button in the top-left, like below: But on iOS 16, it doesn't seem to appear. Code is below: .fullScreenCover( isPresented:…