Krelborn / KILabel

A simple to use drop in replacement for UILabel for iOS 7 and above that highlights links such as URLs, twitter style usernames and hashtags and makes them touchable.
MIT License
470 stars 133 forks source link

change the font of label,but it doesn't work #63

Open Haley-Wong opened 8 years ago

Haley-Wong commented 8 years ago

let label = KILabel() label.textColor = UIColor.darkGrayColor() label.font = UIFont.systemFontOfSize(20)

I change the font from 15 to 20 ,the result is same.(the word is small)