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# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -