Tab Bar Crashes
I am trying to make a UITabBar part of my app, so I created a Tab Bar Controller in my MainWindow.xib file, and set the nib names of the various tabs of my Tab Bar Controller. In the different .xib files, I set the owner to my view controller class. When I go to the part of my app with the Tab Bar, all the views load, however if I try to preform any of the IBActions linked to buttons in the various views, the app crashes due to an uncaught exception (very frustrating). What am I doing wrong? Someone please help!
|