I’ve implemented a UISearch bar with the searching functionality set up, however when I press the “Search” button on the keyboard that shows up nothing happens. How can I get the keyboard to hide when the “Search” button is pressed while keeping the text in the search bar intact (To keep the search results present)?
I’ve implemented a UISearch bar with the searching functionality set up, however when I
Share
From Text, Web and Editing Programming Guide for iOS:
So you should do this in your
UISearchBarDelegate: