I set the player frame to CGRect(x: 0.0, y: 0.0, width: view.bounds.size.width, height: view.bounds.size.height);. However, the bottom scrubber bar hangs down but only under these conditions:
iPhone X
Landscape
Inline, not full screen
I use the exact same code for all devices and this is the only one where this problem occurs. Making the frame vertically smaller only clips the scrubber, not move it.
I set the player frame to
CGRect(x: 0.0, y: 0.0, width: view.bounds.size.width, height: view.bounds.size.height);
. However, the bottom scrubber bar hangs down but only under these conditions:iPhone X Landscape Inline, not full screen
I use the exact same code for all devices and this is the only one where this problem occurs. Making the frame vertically smaller only clips the scrubber, not move it.