I am fairly new to iOS development and I\'m using a WKWebView to display a page that plays a video using the Vimeo Player. When the app starts up, it shows the
WKWebView
Can you try this
wkWebView.autoresizingMask = [.flexibleWidth, .flexibleHeight]