I am using a UISearchBar, with the search bar I am using the default UIKeyboard. When the user types using the keyboard as soon as one character has been entered the search button appears active.
I would like to know if there is a way to make it so that the search button does not become active until two characters have been entered?
The major issue I am having here is that I don't know how to access this function of the UIKeyboard and am hoping someone can either point me to a reference or show me some example code.