Hi, working on my first iPhone app and having trouble with toolbars. I have four separate views in the app, controlled by a TabBar in the app delegate class. Each view has it's own view controller class and it's own xib file. So far so good...when I run the app, I can change view using the tab bar. If I put other controls in the different views these show up and behave as expected. However, what I would like to do is have a toolbar at the top of some of the views (not all), and have different controls embedded in each. I can put a toolbar object and embedded controls in the xib of a view, but when I run the app, the toolbar is not visible. Is this set-up even possible, or do I have to have a single toolbar in the app delegate class and control the showing/hiding and embedded controls programatically when the view changes?
I hope I've made myself clear!! Thanks
I hope I've made myself clear!! Thanks
Last edited: