iPhone6 Display Zoom Functionality disturbs the whole view

前端 未结 1 601
旧时难觅i
旧时难觅i 2021-01-02 18:25

I\'m faces a problem with iPhone6\' Display Zooms functionality, as on Xcode 6.1.1 simulator don\'t have Display Zoom functionality to test and its have sta

相关标签:
1条回答
  • 2021-01-02 18:48

    After doing a lot of searching and experiments, I was able to resolve this issue.

    There are two things (I done with that specific View xib file) which help me out:

    1) Uncheck the Use Auto Layout and Use Size Classes.

    enter image description here

    2) Not select any Autoresizing of that view which stretches in iPhone6' Display Zooms.

    enter image description here

    I hope this will also help other.

    Thanks Cheers!

    0 讨论(0)
提交回复
热议问题