This is probably a stupid question.. and maybe I'm not looking at this the right way.. but here goes.
The app that I'm working on is structured as follows (not to scale obviously):
--------------------------------------
| Title Label |
--------------------------------------
| |
| |
| Work Space View |
| |
| |
| |
---------------------------------------
| |
| Tool Kit View |
| |
| |
---------------------------------------
| |
| Tab Bar (3 buttons) |
---------------------------------------
The Label and Tool Kit views are all static. I used a Tab Bar element (NOT a Tab Bar Controller) from IB. All I want to do is change the Work Space View to another view to another view when the various buttons on the Tab Bar are pressed. Seems easy.. but I cannot figure out in IB how to hook up the IB Actions.. it appears the elements on the Tab Bar (buttons) can't be hooked up to IB Actions? Do I have to do this all programatically?
Do I NEED to use a Tab Bar Controller? If so, what's the purpose of the Tab Bar Element? I've searched all around and can't find any examples or documentation on using a Tab Bar in IB, other than in relation to a TB Controller.
Thanks, and sorry if this is obvious or dumb in advance
The app that I'm working on is structured as follows (not to scale obviously):
--------------------------------------
| Title Label |
--------------------------------------
| |
| |
| Work Space View |
| |
| |
| |
---------------------------------------
| |
| Tool Kit View |
| |
| |
---------------------------------------
| |
| Tab Bar (3 buttons) |
---------------------------------------
The Label and Tool Kit views are all static. I used a Tab Bar element (NOT a Tab Bar Controller) from IB. All I want to do is change the Work Space View to another view to another view when the various buttons on the Tab Bar are pressed. Seems easy.. but I cannot figure out in IB how to hook up the IB Actions.. it appears the elements on the Tab Bar (buttons) can't be hooked up to IB Actions? Do I have to do this all programatically?
Do I NEED to use a Tab Bar Controller? If so, what's the purpose of the Tab Bar Element? I've searched all around and can't find any examples or documentation on using a Tab Bar in IB, other than in relation to a TB Controller.
Thanks, and sorry if this is obvious or dumb in advance