Rotating your device from landscape to portrait or vice versa causes visual problems:

This is probably due to the app not recalculating the available viewport width in viewWillTransition(to:with:)
This also applies to the app switching from or into split screen or slideover.
Rotating your device from landscape to portrait or vice versa causes visual problems:

This is probably due to the app not recalculating the available viewport width in
viewWillTransition(to:with:)This also applies to the app switching from or into split screen or slideover.