i have a tabbed application and some tabs use a navigation stack. Thats fine, But the tabs that don't, i want to add a consistant layout.
So I'm wondering how to add barButtonItems to the navigation bar, without navigation stack.
So this wont work (because the navigation stack does not exist)
self.navigationItem.rightBarButtonItem = customItem;
how can i add custom item to UInavigation bar?