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).
https://i.stack.imgur.com/jnY7a.png
update: I just found this question: 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