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:

Xcode Preview

iPhone 4s (matches preview)

iPhone 6 Plus (does not match preview, resembles 4s)

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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -