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

Placeholder font is system only #110

Open TarasGordienko opened 7 years ago

TarasGordienko commented 7 years ago

Placeholder font is always set to the system one, even for the app using other font family. [label setFont:[UIFont systemFontOfSize:(self.font.pointSize + 1)]];

Can it use the same font family as the TITokenField or be editable?