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

Deprecation of UILineBreakModeTailTruncation #55

Closed parkej60 closed 11 years ago

parkej60 commented 11 years ago

Line 896 in TITokenField.m UILineBreakMode const kLineBreakMode = UILineBreakModeTailTruncation;

thermogl commented 11 years ago

The project still supports iOS 5, The NS equivalent isn't available on that version. Support for iOS 5 will be dropped when iOS 7 is released publicly, however.