Since I have updated to XCode 9.3
all my popover views default to a width of 320
. If I go back to XCode 9.2
everything is fine and the same popover views are shown with the regular width of 1024
.
This happens in my main.storyboard
at every ViewController
that is used as popover. If I try to overwrite the width, it jumps back to 320
again. The other views are showing normal width at XCode 9.3
. It feels like the new XCode
version reduces all popover views to an iPhone
default width?
Does anyone has any idea, how to fix this? My app is for iPad
only app (not universal).