ios - How to set title of navigationitem which have titleview for some conditions -


i have navigationitem titleview. in conditions want use title property navigationitem. how that? idea?

here have tried, not working:

self.revealviewcontroller().navigationitem.titleview = uiview.init()  self.revealviewcontroller().navigationitem.title = "my item" 

before set title, need set titleview nil.


Comments

Popular posts from this blog

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -