I was wondering what the best approach in order to have a UISegmentedControl appears just under the a navigationController just like in the AppStore application:
The content I what to put in the different views are UITableView just like the AppStore app.
What I was thinking so far was:
- a viewController with the UIToolbar with UISegmentedController
- in this ViewController attaching my UITableViews
But what I can't figure out, is how to structure my controller source code files.
Do you have best practice, working examples or at least advices?