Only my two cents, if the design agent gets to Xcode 9. If you visualized a problematic storyboard like iPhone X, edit the storyboard file as source code (right-click โ open as โ source code).
Near the top you will see the xml block, which indicates
<device id="retina5_9" ...> <adaptation id="fullscreen"/> </device>
Change the id to โretina5_5โ (iPhone plus, only the option I used, Im assuming others will work).
Save and open the file as the creator of the interface, and everything will be fine. Now take the time and report the error: D
Happy coding!
source share