Ian Vink
Ian Vink

Reputation: 68770

iPhone - Custom buttons on a search bar?

How can I add custom buttons to a search bar.

I'm looking to add a "Next" and "Previous" button to the search.

Upvotes: 3

Views: 5907

Answers (1)

Kostiantyn Sokolinskyi
Kostiantyn Sokolinskyi

Reputation: 781

I think you can employ the method proposed here: Adding button to left of UISearchBar

Just add your UISearchBar to a Navigation bar with the following layout: PrevButton | SearchInput | NextButton

Upvotes: 2

Related Questions