Iโm following this tutorial exactly for setting up the background image to work on multiple devices and device orientations. Yet Iโm getting different results in the iPhone X preview in the Assistant Editor (see attached). What am I doing wrong? Am using Xcode 9.0.
Check the Content Mode setting for the background image (on the Attribute inspector). Have you by any chance set it to Aspect Fit rather than Aspect Fill? What you need is Aspect Fill since then the image resizes to fit the entire area while still maintaining its aspect ratio.
Update: Actually, while that setting would explain the landscape display, it would not explain how the portrait images look in your screenshot. So that might not be it - but Iโd start by checking the Content Mode. But if thatโs not it, perhaps post a link to your project (on DropBox or something similar) so that anybody interested can take a look at what is going on for all the settings?