As far as I know, in the view manager associated with the tab, you can set:
self.title=@ "";
But in the case of the UINavigationController
this also sets the navigation bar title to @""
, so you must override the titleView
navigation bar.
source share