This may sound like a silly question but I have created a single VIEW then added a TAB BAR at the bottom.. I want to connect the TAB ITEMS to new VIEWS but when I go to CTRL DRAG to a new VIEW CONTROLLER it will not connect??
Am I doing something wrong?
CHeers
MAt
This may sound like a silly question but I have created a single VIEW
Share
You can’t do that with a tabBar. You need to implement the UITabBarDelegate method, tabBar:didSelectItem:, and do the transitions in code. As Rob said though, it would be easier to use a TabBarController.