Okay so I have a UIViewController set up with a nib. It contains a navigationBar (but is not a UINavigationController). The navigationBar has a prompt, along with a Back button (UIBarButtonIcon) and a UISegmentedControl.
All of the area below the navigationBar is a UITableView. What I am wanting to is have the UISegmentedControl (which has 3 segments) is to change the tableView. I have 3 different custom UITableViewControllers, and I want the UISegmentedControl to switch between the 3 of them.
Right now, I can not even get a UITableViewControllers view to show up, much less switch between them. The UITableView that I have set up in IB only comes in as white.
Thanks!
All of the area below the navigationBar is a UITableView. What I am wanting to is have the UISegmentedControl (which has 3 segments) is to change the tableView. I have 3 different custom UITableViewControllers, and I want the UISegmentedControl to switch between the 3 of them.
Right now, I can not even get a UITableViewControllers view to show up, much less switch between them. The UITableView that I have set up in IB only comes in as white.
Thanks!