views:

148

answers:

1

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).

http://i.imgur.com/jnY7a.png

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

A: 

Hi, JR.

Since you're asking about its design, check this link: http://stackoverflow.com/questions/3172794/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.

Aloha Silver