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
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.
2) Not select any Autoresizing of that view which stretches in iPhone6' Display Zooms.
I hope this will also help other.
Thanks Cheers!