2012-04-29から1日間の記事一覧

UITabBarController も回転するかどうか答えてた!

そんなわけで、どうなってるんだろう?と調べてみたら -[UITabBarController _doAllViewControllersSupportInterfaceOrientation:]こんなん呼んでた…。 ”たぶん”、各 tab の表示されてる UIViewController に - (BOOL)shouldAutorotateToInterfaceOrientatio…

UITabBarControllerを使った時の画面の回転でハマった…。

画面の回転は viewController の - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation で画面の向きに合わせて YES/NO を返せば良いよね!って単純に考えて Landscape でも YES を返したんだけど回転しない…。 プ…