Hello iphone devs,
i am developing an iphone application in which i want to apply table view on tapping on one of the segemnt of the segmented control .
i have done it as i am simply doing with uitableviewcontroller as parent class . But how can i do so with uiviewcontroller as parent class. is there any way to do
tableview.hidden = NO; other.hidden = YES;
in segmented control
or any other way to show a list.