Reputation: 68770
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
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