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.
如何更改 Iphone 导航栏上的标题文本?
viewController.title = @"title text";
您也可以使用以下代码:
[[self navigationItem]setTitle:self.title];