A: 

in your Info.plist there should be a row called UIInterfaceOrientation which you can set to either UIInterfaceOrientationPortrait or UIInterfaceOrientationLandscape

you can also set the UITitleBarHidden to on or off to hide or show the title bar.

ArtemT