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

screen shot iphone 6 device

screen shot iphone 6 emulator

what missing auto layout ?

**** additional details *** additional details

constraints

constraints1

there principle need know.. every view add storyboard must have enough constraints confirm it's:

  1. width
  2. height
  3. x position
  4. y position

you should review constrains added. first textfield(your full name). seems it's y position constrains wrong.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -