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

jquery - Invalid Assignment Left-Hand Side -

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

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -