views:

10

answers:

1

how can i change the uiview interface orientation when i was clicked a button.

A: 

[application setStatusBarOrientation:UIInterfaceOrientationLandscapeRight]; ?

Tejaswi Yerukalapudi