Please don't mark my question as duplicate, I knew there are lots of answer which is similar to my question but I am not satisfied with their answer.
I need to disable the search button of UISearchBar
until user type at least 3 characters. From all of the answer in stackoverflow most are recommending to implement
- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar
.
But this is not my requirement. I need exactly same that apple do when we not enter any character.