I have 2 separate TableViewControllers. At one particular instance I would like to be able to load a ViewController which will place a SegmentedControl in the NavigationController...which in turn will load the appropriate TableViewController.
Currently I have the SegmentedControl just pushishing the correct TableViewController and it works fine if I manually initiate the push. However if I try to do the push anytime before ViewDidAppear, the pushed TableViewController wont display anything..it will trace things ok though.
And just to note, the 2 TableViewConrollers are both different enough that I can't just use one Controller and just switch the dataSource.
Any suggestions ?