as in title
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
2010-02-16 06:05:33