While using title property, it get sets for both i.e navigationBar and tabBar item for that VC
title = "This is Home"
I want to set different titles for both.
While using title property, it get sets for both i.e navigationBar and tabBar item for that VC
title = "This is Home"
I want to set different titles for both.
title = "This is home" self.navigationItem.title = "some label" //you change your title of navbar then you change the title with code above and this code automatically change tabor item title and all this code write in viewdidload