views:

1742

answers:

2

Hi

I want to design an application by using Interface Builder, in Landscape mode. I don't know how to put the controls suitable to the Landscape mode. All I know I m rotating my UIView by using self.transform. I am new in it. So can anyone help me.

A: 

Short answer is (as far as I know) that there is no easy way to do it currently:

http://stackoverflow.com/questions/185463/whats-the-best-way-to-handle-landscape-portrait-differences-in-ib

rustyshelf
Thank you it works.
Jyotsna
+5  A: 

Not sure if this is answering your question but you can rotate the views in IB to show in landscape mode by click on the arrow in the top right corner

See the image IB landscape

nduplessis
Thank you needed this.
OscarMk
Thanks, this was so obvious I managed to overlook it.
mvexel