pr0gramm-iOS
pr0gramm-iOS copied to clipboard
Rotating device causes layouting issues
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.