thermogl / TITokenField

An iOS version of the NSTokenField (See To: field in Mail and Messages).
http://thermoglobalnuclearwar.com/opensource/
599 stars 172 forks source link

TITokenField cannot work with Chinese IME #91

Open EphramWang opened 10 years ago

EphramWang commented 10 years ago

When using Chinese IME to input Chinese texts into TITokenField, it displays Garbage characters. The reason is "shouldChangeCharactersInRange" function cannot receive text input event when using Chinese IME.