Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TTNavigatorによって提示されたTTViewControllerでUINavigationBarを非表示にしたい。
これをアーカイブする方法はありますか?
これは、Three20 を使用しないプロジェクトで行う場合と同様に、Three20 で行います。そのようです:
[self.navigationController setNavigationBarHidden:YES animated:YES];
これが役に立ちます。