I have an app with four tabs, each tab will hold a UITableView with parsed XML feed. I'd like to be create a scenario much like the App Store, which has a number of tabs, and some of the NavigationControllers have a SegmentedControl in the top. I'd like to know how it's done?
Is there a NavigationController that swaps a view controller out for every segmented control item? Also, how would I go about sorting my tableview? For example, if I have a UITableView with 20 rows, I'd like to add a SegmentedControl which has "Title", "Date" but it would just sort the same content, only by title and release date.
I have tried to find some sources and articles on the above, but have not been able to come up with anything, so if anyone can guide me in the right direction, I'd appreciate it.
Thank you.