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

Is it possible to make result table view multi-section? #68

Open chiahsien opened 10 years ago

chiahsien commented 10 years ago

TITokenField is great, and the result tableview works as expected. I'd like to know if it's possible to make it multi-section?

thermogl commented 10 years ago

If you take a look in the TITokenFieldView, you'll be able to change the tableview logic to not dismiss after selecting the token.

chiahsien commented 10 years ago

Sorry, but what I said is multi section, not selection. :smile:

thermogl commented 10 years ago

Yeah, you'll have to change the table view logic to handle multi-selection. It's not something I want it to do by default.