ios - Swift hide navigation title but show its title as back button in next view controller -
i using tab bar controller main , following way- uitabbarcontroller
-> uinavigationcontroller
-> uitableviewcontroller
(with 5 tab bar & uncheck show navigation bar & made uiview
mail box image button click ) -> viewcontroller
(with 5 tab bar & without button )
i want button first tab bar title name < home
please let me know programmatic or structure way.
thanks
you need remove text button. simplest way set empty string, this
self.navigationcontroller?.navigationbar.backitem?.title = ""
Comments
Post a Comment