TabBar Sample Code in IB
I can follow the tutorial on building a Tab Bar from scratch no problem. However, the tutorial has all the tabs going to one class and its all in one XIB.
The Tab Bar Application template in IB builds two xib files, MainWindow and SecondView. I cannot for the life of me figure out how to work with this. I want a button on the second view to cause a label on the first view (in the mainview.xib) to update. I've tried everything. There's obviously a key step I'm missing, anybody got any ideas, as I haven't seen any tutorial (and the one on adding a tab bar with no code is no help...).
Again, trying to update a label on the first view in mainwindow.xib by pressing a button in the secondview that is in secondview.xib.
thanks,
James
|