I have a UISearchBar with UITextField, and when I input a letter to the UITextField in Chinese or Japanese, just like "w", I found that the keyboard will show a panel which let user to choice a chinese word, but before I choice a word, I found that the UITextField will show the letter “w”, and the UISearchBarDelegate method:
-(void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText
not be called, and I want to get the letter with UITextField before I clicking the OK button with keyboard or choicing the word with showing panel. How to do? Thank you very much!