ios - iPhone simulators don't match Xcode preview -
UILB wrapped my words as expected in the new preview feature of Xcode. However, word wrapping always occurs at one point when launching different sized iPhone simulators:
Why not start with the preview in this simulator?
The reason for this is that you have not "enabled" for iPhone 6 and 6+ device sizes App
You will notice that when you start the app on the iPhone 6+ simulator, the status bar at the time of the home screen is very large in your app. This is because it uses the interface for a small device and measures the size of the larger device.
To enable this, you need to add a launch image for the iPhone 6 and 6 + size.
You can do this with your asset list or by using a launch interface file.
Comments
Post a Comment