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

Adding search in background thread #70

Closed manveer closed 10 years ago

manveer commented 10 years ago

When the list of source array is huge we want to perform a background search to prevent UI from getting laggy. This commit allows to do just that. It adds a configuration flag, turned off by default, which allows user to perform search in background thread.