Heyho, I'm building a custom green back button which is being created in the "viewDidAppear:" method.
I don't have any problems with the "getting-it-into-the-Navigationbar" or with "popping-the-current-View", but my Problem is:
How do I get the title of the previous controller, so I can set it as Lable for the custom Back Button? And is there a way to know if there even is any?