Reputation: 33
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.sstatic.net/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
Upvotes: 2
Views: 2837
Reputation: 1394
Since you're asking about its design, check this link: Scope Bar for UITableView like App Store?
I asked that question a while ago and got some great answers. I hope it can be useful to you too.
Good luck.
Upvotes: 1