I have a navigationItem on a ViewController and I want it to have it's own title and back button, but the documentation says that the only way to set the backButton's title is to change the title of the previous view's navigationItem. Is there any way to get around this?
Thanks.