Change the table View when segmented Control is tapped. Exactly as in APPSTORE app. How to do it?

Posted by nishitgoenkain on Stack Overflow See other posts from Stack Overflow or by nishitgoenkain
Published on 2010-01-17T10:35:44Z Indexed on 2010/04/28 3:33 UTC
Read the original article Hit count: 271

I am having a SampleViewController in which a segmentedControl is added at the top below nav bar(not inside it).Now below the segmentedControl i want a tableView which loads from another class CommonTableViewController. When a segment is tapped the a new tableView from same CommonTableViewController should be loaded. How can it be done? thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview