I have an issue where the launchscreen of my Swift / iOS app differs when running it on the Simulator for an iPhone 6 and on an actual device itself.
On the simulator all objects are shown and positioned correctly
When running the same app on my iPhone 6 the logo is not shown.
The constraints for the image are not extraordinary;
- Align center X to superview. Constant=0, Prio=1000, Multiplier=1
- Align center y to superview. Constant=1, Prio=1000, Multiplier=7/9
- 1:1 Ratio to Logo.png. Constant=0, Prio=1000, Multiplier=1:1
Source is avalailble on my Github repo https://github.com/petervannes/homecaremonitor