PDA

View Full Version : UITabBar... accessing second page controls




DVMagic
Jul 2, 2009, 06:14 PM
Newbie here. I launched a NEW project from xcode and selected Tab Bar project. I am befuddled as to how to get the buttons drawn on the second page to work. I can't seem to connect them from the main.xib's AppDelegate (rt click) as I can on the first page. Obviously, the view does not know it changed. How do I link a button on the second page to my code. Again, everything on the first page works fine. The UIButtons I created in the AppDelegate.m file compile correctly, but I can't get them to link (drag from IB rt click on AppDelegate).

-Kevin