iphone supports orientation
I have a UITableViewController, which supports portrait and landscape orientations. When select one section in the UITableView, then skip to the next UINavigationController. I want this UINavigationController only support Portrait
Orientation. How can I do? Thx!
(when the UITableViewController is landscape orientation, then skip to UINavigationController, this UINavigationController is landscape too. But I want the UINavigationController is portrait orientation.)
|