KILabel
KILabel copied to clipboard
change the font of label,but it doesn't work
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)