UIViewController Title attribute in Storyboard

后端 未结 10 2132
南旧
南旧 2021-02-03 19:58

I am setting the title field of a UIViewController via Interface Builder/Storyboard: \"enter

10条回答
  •  遥遥无期
    2021-02-03 20:29

    In my case I solve with this:

        [self.tabBarController.navigationItem setTitle:@"My Title"];
    

提交回复
热议问题