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

Use data source for getting search results. #73

Open AbhaySingh opened 10 years ago

AbhaySingh commented 10 years ago

Pick search results from data source if it is set and call 'reloadSearchResults'. This gives flexibility to write custom logic for getting search results.

chaitanyagupta commented 9 years ago

+1 this approach works much better than the current way of providing custom search results.