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;
Source is avalailble on my Github repo https://github.com/petervannes/homecaremonitor
Option 1:
Make sure that the Clears Graphics Context
box is unchecked for the UIImageView
in the storyboard. Just changing this fixed it for me.May be you try it out.
[
Option 2:
Turn if off and then on again.
restart the device