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
361 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 Answer

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:


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

2.1m questions

2.1m answers

60 comments

56.9k users

...