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

token field state fix when tokenfield:didaddtoken: delegate method gets called #88

Closed mng12689 closed 10 years ago

mng12689 commented 10 years ago

when tokenField:didAddToken: gets fired, the state of the token field should reflect its state after the token has already been added. however, the frame of the token field has not yet changed to reflect the newly added token. this PR should fix this issue.