2012年4月13日

UISearchBar/textDidChange not working

 


最近用 UISearchBarDelegate 發現 textDidChange,發現英文可觸發 (trigger),中文輸入不行。


根據此篇,只要將 Debugger 從 LLDB 改成 GDB 即可,因為前者還不支援中文。


。。。 超鳥的 @@


iOS SDK 5.1, Xcode 4.3.2




Orignal From: UISearchBar/textDidChange not working