Xcode 10 iphone 6s Plus screen resolution wrong?

The Apple developer documentation at https://developer.apple.com/library/archive/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/Displays/Displays.html

says that the UIKit size (points) of the iPhone 6s Plus is 667. If I run an app on my iPhone 6s Plus and have it print(view.bounds.height) this is indeed the sized that I see. If I run this same app in the iPhone 6s Plus simulator the value that prints is 736. This is supposed to be the size of the 7 Plus and the 8 Plus, not the 6 or 6s plus? Anyone else seeing this issue?

Replies

Hi,


I have the same issue here... Running app on the Iphone 6s plus shows wrong layout then in Xcode simulator.

Have you maybe resolved the issue ?