Creating a percentage based iOS layout

后端 未结 5 1598
孤城傲影
孤城傲影 2020-11-29 20:37

I\'m trying to replicate a layout that I currently have in an Android application, but I don\'t know how to go about it in iOS especially because of the tallness of the iPho

5条回答
  •  一生所求
    2020-11-29 20:59

    This can be done automatically when using Storyboards (you might have to change a setting or two here and there). When you create your GUI, you can toggle between the screen sizes (3.5 and 4 inch) to make sure that it will look good on both. See the answer to this question.

    You could also see this tutorial. That should give you an idea on how to work with the GUI layouts.

提交回复
热议问题