ios - Simulator places images with constant CGPoint to the right of screen -
using: os 10.11.5, xcode 7.3.1 , simulator 9.3 2 images , 2 labels (none constraint) appear shifted right on simulator, no vertical change. setting positioning constraints doesn't help. inspite of this, project work. after working on project, image should near centre appears right when simulating. i've commented out has image leaving @ constant cgpoint(x: 375.0, y: 333.0) , still appears on right margin. please, can do?
Comments
Post a Comment