ios - Auto layout doesn't work on iPhone 6 device but works on emulator -
i have app uses auto layout constraints added in xcode designer , using "add missing constraints" option editor menu , problem screens looks on iphone 6 ios 8.3 emulator doesn't work on actual iphone 6 device ios 8 well. m not adding code below examples
what missing auto layout ?
there principle need know.. every view add storyboard must have enough constraints confirm it's:
- width
- height
- x position
- y position
you should review constrains added. first textfield(your full name). seems it's y position constrains wrong.
Comments
Post a Comment