I have been having this issue with the layout orientations specifically with ipads. In xcode, I clicked on the project itself in the left panel and disabled portrait layout. This worked for iphones and ipods but not ipads. The application is run on any ipad, the portrait mode is enabled. When turned to the portrait orientation in an ipad, my layout gets squished together and looks very bad. Is there anyway I would be able to only allow the devise orientation to be landscape on every device?
Asked
Active
Viewed 632 times
2
-
3Select iPad with the device drop-down menu and turn off two portrait checkboxes. – El Tomato Apr 07 '16 at 23:22
-
thanks loads (: works perfectly – AJS Apr 08 '16 at 00:34