How can I get a UISegmentedControl (I think it is one) like in the AppStore app after you chose a category in the categories tab.
I do NOT mean a UISegmentedControl on a navigation bar but underneath a navigation bar (see screenshot).
update: I just found this question: http://stackoverflow.com/questions/2673714/how-to-put-a-uisegmentedcontrol-under-a-navigationcontroller
It helps but my question mainly focuses on how to get a UISegmentedControl with the same Design as in the AppStore