Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rotate storyboard view controller in Xcode 5

I have a little problem... In Xcode 4.6, we could rotate our views in the storyboard in selecting orientation->landscape But I can't find the same button in Xcode 5....

Thanks in advance !

like image 508
Francis-Olivier Couture Avatar asked Oct 02 '13 21:10

Francis-Olivier Couture


2 Answers

Remember where the Status Bar and Navigation Bar popups were in Xcode 4? The pane on the right? It's called the Attributes Inspector. You'll find Orientation is now there.

like image 122
Dave Batton Avatar answered Sep 18 '22 11:09

Dave Batton


Well if you are still using xcode 4.6 and new to xcode 5.0,and wondering where are the orientations in simulated metrics pane.

Hover your Cursor on to "Simulated Metics" pane and an option called "Show" pops up click on it and you are good to go.

Please Find the below image

Here is Step 1

Tricky Part

Here is Step 2

Step 2

like image 30
Dheeraj Kaveti Avatar answered Sep 21 '22 11:09

Dheeraj Kaveti