Dion
Dion

Reputation: 3335

iOS Scope bar without search

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!

Upvotes: 7

Views: 1548

Answers (1)

Ben Clayton
Ben Clayton

Reputation: 82219

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

Upvotes: 6

Related Questions