Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
163 views
in Technique[技术] by (71.8m points)

ios - iPhone 6/6+ Screen size issue

This is driving me crazy. After doing the necessary things, on iPhone 6 simulator, I am getting correct self.view.bounds {{0, 0}, {375, 667}} but on the actual iPhone 6 device it is still showing {{0, 0}, {320, 568}}. Here is what I tried :

  1. Updated Images.xcassets to include launch images for all devices starting from 6+ down to iPhone 4,

  2. Updated @3x icon (180x180) in Images.xcassets,

  3. Even tried a xib as launch file (XCode -> File -> New -> File -> Launch Screen),

But all in vain on actual iPhone 6 device, though it works on simulator. Any ideas ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I got the answer. The issue was I was using Zoomed display on iPhone 6. I set it back to standard and the bounds were correct.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...