I want to be able to switch between a UITableView and a standard UIView in a Parent View. Basically I have a UITableView that shows on load displaying a log of information. I want to have a segment control in the header of the Window that when the user taps, transitions to a Graph View which is a standard UIView.
The UIViewController in question needs the ability to be pushed from a RootViewController stack.
I have tried a number of things, but I can't seem to get this to work. Does anyone have any code examples or suggestions on how this could be done?