I have an application with views structured like this:
Tab Bar Controller UITabBarController Tab Bar UITabBar PickerView PickerViewController Tab Bar Item UITabBarItem Image View UIImageView Picker UIPickerView ScrollView UIScrollView ToolBar UIToolBar BarButtomItem UIBarButtomItem BarButtomItem UIBarButomItem BarButtomItem UIBarButtomItem ViewController(1) UIViewController Tab Bar Item UITabBarItem ViewController(2) UIViewController Tab Bar Item UITabBarItem NavigationController UINavigationController NavigationBar UINavigationBar TableViewController UITableViewController NavigationItem UINavigationItem TabBarItem UITabBarItem ViewController UIViewController TabBarItem UITabBarItem ViewController UIViewController
All of this works fine except for the ToolBar and Buttons. The ToolBar doesn't show at all. It is placed at the top of the page in IB but doesn't show at all - just a space where it should be.
What am I missing? There are no compiler errors or warnings. I can't find anything in IB to tell me I can't locate the ToolBar at the top of the page although I half suspect it might be hidden below the TabBar. The Buttons in the ToolBar are used to fire methods.
Anyone help me on this? Thanks in advance.