ios - setting title on navigation bar not working -


I want to set the title in my navigation bar

  [self.navigationItem setTitle : @ "Some title"];   

However, the back button title is not changed to the navigation bar title.

  self.navigationController.navigationBar.topItem.title = @ "myTitle"; In   

or

or

H

  IBOutletUnavigationHTML * navItem;   

In. M

  navItem.title = @ "new title";    

Comments

Popular posts from this blog

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -