Setting title of UINavigationBar

后端 未结 3 1456
刺人心
刺人心 2021-01-13 11:19

I have an application which uses a main story board to include a Navigation Controller where the main view is a Table View using a prototype cell content. Each cell in the

3条回答
  •  耶瑟儿~
    2021-01-13 11:35

    If you have a tab bar controller, try this:

    self.tabBarController.navigationItem.title = @"Title";
    

提交回复
热议问题