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.
我想将 UINavigationBar 隐藏在 TTNavigator 提供的 TTViewController 中。
有没有办法存档这个?
您可以在 Three20 中执行此操作,就像在没有 Three20 的项目中执行此操作一样。像这样:
[self.navigationController setNavigationBarHidden:YES animated:YES];
跳这有帮助。