How to create separate UI for Landscape and Portrait?

前端 未结 3 1407
滥情空心
滥情空心 2021-01-25 07:17

Is there any good tutorial that shows how to create a UI like the one on iPhone\'s calculator? It looks to me that it has two different views in the same initial ViewController

相关标签:
3条回答
  • 2021-01-25 07:24

    As dfd said in comment, you should watch WWDC presentation https://developer.apple.com/videos/play/wwdc2016/222/. After that you can check that topic: https://stackoverflow.com/a/10533561/1189244

    0 讨论(0)
  • 2021-01-25 07:25

    I created a project and publish it on GitHub for everyone wants to create a UI that responds exactly like the default iPhone calculator. The link for the project is https://github.com/FotiosTragopoulos/OrientationUI

    0 讨论(0)
  • 2021-01-25 07:25

    You should be familiar with autolayout and size classes. This is good tutorial https://makeapppie.com/2016/09/05/an-introduction-to-size-classes-for-xcode-8/

    0 讨论(0)
提交回复
热议问题