I have got a Tab Bar Controller inside a Navigation Controller but I cant seem to set the Navigation bar title or add a button to the navigation bar using:
self.title = @"My Name";
The code above only changes the Tab Bar Item name and not the navigation controller.
Secondly. I want to disable going back the login screen (The screen with the UIWebview over it in the screenshot)
EDIT: I found a possible duplicate