3

How can I add custom buttons to a search bar.

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

Ian Vink
  • 66,960
  • 104
  • 341
  • 555

1 Answers1

2

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

Community
  • 1
  • 1