I do this in a UIViewController for one of my tabs:
self.title = @\"Welcome\";
However, it\'s overwriting whatever I have for the tabBarIte
//set nav item title self.navigationController.navigationBar.topItem.title = @"zurück";
this did it for me :=) (nothing of the above worked)