Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Scope bar without search

Tags:

ios

element

Is it possible to use such a scope bar like in the phone app http://d.pr/i/xTGQ without a Search field? I want to use it as a button, but the UITabBar is too large for that.

Thanks for help!

like image 468
Dion Avatar asked Oct 02 '12 12:10

Dion


1 Answers

That's just an UISegmentedControl I think. You can create one of those in Interface Builder and use it as usual.

like image 168
Ben Clayton Avatar answered Oct 23 '22 16:10

Ben Clayton