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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -