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

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -