Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

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

ios - Supporting Multiple Screen Sizes in Storyboards (3.5 and 4 inch screens)

I am trying to create a tic tac toe app that will work on both the 3.5 and 4 inch iPhones. However, I am not successful in finding out how to do this in a storyboard. I found the option when using XIB files, but cannot find the Simulated Metrics options when using storyboards. Is there any way to have the app automatically resize when using it on either screen size? Thanks to anyone who responds.

See Question&Answers more detail:os

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

1 Reply

0 votes
by (71.8m points)

Yes, there is a way to simulate the metrics in Storyboards.

In Xcode 5:

Once you open your storyboard, if you look in the bottom right corner, there are a set of buttons. The single button on the left will toggle between the two iPhone screen sizes, so you will be able to to make sure that your app looks good on both screens:

In Xcode 6:

Simply select the ViewController you wish to simulate by clicking on the top tab (with the three icons), select the Attributes inspector and specify your size under Simulated Metrics -> Size:


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...