Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rotate view in xib file to landscape mode [duplicate]

Possible Duplicate:
How do i rotate a window in xCode 4 interface builder tool thing?

Is it possible to rotate :

enter image description here

to landscape mode. I want my application to just support landscape mode therefore it will be easier if I could work on landscape mode with Xcode. I know how to rotate the view on the iPhone and iPad simulator but I actually want to rotate it in Xcode.

like image 250
Tono Nam Avatar asked Jun 16 '11 20:06

Tono Nam


1 Answers

It's under the Simulated Metrics section of the Attributes view.

Set the Orientation drop down to portrait

like image 58
cesarislaw Avatar answered Sep 27 '22 23:09

cesarislaw