One landscape view for whole app

55 views Asked by At

How to setup just one landscape view for whole app? I want to show only one view (qrcode) when phone is rotated independently in wich view this happened. What is the easiest way to do it?

My app is in portrait and I want show users code when it rotated to landscape in whatever view this was done.

1

There are 1 answers

1
Aleic On

See this answer. Just untick Portrait and tick on whatever Landscape orientation you want.

http://stackoverflow.com/a/29791531/7198143

Edit:

You should use Autolayout in your Storyboard to set up the right constraints so even in Landscape mode, the label for the code shows up. See this tutorial for more info.

Autolayout tutorial