How to create separate UI for Landscape and Portra

2020-04-20 17:47发布

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 and they change according to the orientation of the iPhone.

Landscape Portrait

3条回答
疯言疯语
2楼-- · 2020-04-20 18:07

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/

查看更多
对你真心纯属浪费
3楼-- · 2020-04-20 18:09

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

查看更多
放荡不羁爱自由
4楼-- · 2020-04-20 18:11

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

查看更多
登录 后发表回答