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

fixes issue #104: don't show separator if not showing search results … #105

Closed nsolter closed 9 years ago

nsolter commented 9 years ago

…table

This change is fully backwards compatible, in that the default behavior is identical to the original behavior of always showing the separator. However, it provides a property shouldAlwaysShowSeparator that, if set to NO, makes the separator a table header instead of an always-there subview.