Uncaught exception with Tab bar
I've been trying to implement a Tab View but have been having problems. I've written all the code responsible to "link" the UIObjects with the View Controller (ie IBOulets) but whenever I try to link them in IB I get an uncaught exception. The code will compile fine and I will only get the exception when I try to click on that second tab (the first one works flawlessly, links and all). If I don't link the object, everything works fine as well and I can get to the second tab, see the objects, but, of course, can not do anything because nothing is linked to code.
I'm sure I'm just forgetting a step but does anyone have any ideas?
Thanks alot of any support you can offer.
|