我試圖自動旋轉視圖,我在這裏解釋相同的問題: willRotateToInterfaceOrientation not being called。旋轉UIView - willRotateToInterfaceOrientation不被稱爲
即使我實施shouldAutorotateToInterfaceOrientation
並返回YES,在我執行的每個UIViewController
子類中; willRotateToInterfaceOrientation
未被調用。
也許有人可以告訴我我錯過了什麼。我有以下視圖控制器結構(我希望這是不夠清楚..):
NavigationController (Programatically)
-with root > TabBarController (Programatically)
-with tab item > NavigationController (Programatically)
-with root > UITableViewController (a Subclass)
-pushed to navigator controller > UIViewController (a Subclass).
我希望有人能幫助我。提前致謝!
您是否曾經爲此找到答案?我遇到了同樣的問題。 – rein 2010-04-10 10:39:28
這似乎是一個基本的iOS SDK問題。 – Oscar 2011-05-23 03:46:42