Hi all,
I am working on an iPhone view that has some header text along with a UISegmentedControl at the top and a UITableView beneath it. When a different segment is selected in the UISegmentedControl, I need a different set of records to be displayed in the UITableView.
What is the best way to implement this? Should I have one UITableView for the view controller and just re-populate it when a different segment is selected? If so, can this be done with a NSFetchedResultsController / core data?
Thanks! -Johann