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

Fixed a couple issues/feature needs #107

Closed jkoehl closed 8 years ago

jkoehl commented 8 years ago

Sorry this is one pull request. Was just seeing if these changes might be useful to others...

  1. The "always show results" mode was causing the results table to hide as soon as text was being typed and then show again instead of just staying up.
  2. Turned off animation for token layout if in non-edit mode since this seemed like a pretty distracting behavior if just showing the list of tokens in a table view cell or read only field
  3. Added an option to turn off the token shadows
thermogl commented 8 years ago

Cool thanks for putting this together!