How can I add custom buttons to a search bar.
I'm looking to add a "Next" and "Previous" button to the search.
How can I add custom buttons to a search bar.
I'm looking to add a "Next" and "Previous" button to the search.
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