Learn how to convert your app from portrait to landscape mode.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5993-your-first-ios-app/lessons/8
Learn how to convert your app from portrait to landscape mode.
I have this warning:
BullsEye/BullsEye/Base.lproj/Main.storyboard: warning: Auto Layout Localization: Views without any layout constraints may clip their content or overlap other views.
And my simulation screen wonβt turn into the right direction:
Two questions:
@mesqueeb Do you still have this issue?
I also have the warning message issue when running the simulator just after adding the first button (hit me). Any suggestions on how to treat this warning ? (btw the orientation is ok with me - just the warning issue)
@yanko Does the warning appear in the video sample project too?
fixed by adjusting the device orientation in the simulator
@yanko Really glad you fixed it! Cheers! :]