ios - Changing Nav Bar title programatically -


i'm trying change nav bar's title programatically code i'm using won't work.

self.navigationcontroller.navigationbar.tintcolor = [uicolor redcolor]; self.navigationcontroller.navigationitem.title=@"hello"; 

i can manage change colour of bar not text, have ideas/ solution?

self.navigationcontroller.navigationbar.topitem.title = @"yourtitle"; 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -