I would like to have a global toolbar at the top in each view of my tab bar controller (not dissimilar to the Facebook app) but I don’t want to add a new one and write code for it each time. Is there any way to do this? I.e. Subclassing the toolbar class?
Share
I solved this by using ViewController Containers which were officially introduced in iOS5.