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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -