thermogl / TITokenField

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

FIX: delegate methods should only be called once #45

Closed ata-n closed 11 years ago

ata-n commented 11 years ago

When entering edit mode the [didAddToken] delegate method is called again for every token. Delegate should only be called at creation.

The condition was there, shoulda just wrapped a couple more lines

Thanks for this by the way!