Comment puis-je changer la taille de police d'un UILabel dans Swift?

label.font.pointSize est en lecture seule, donc je ne sais pas comment le changer.

  • extension UILabel{ func police(taille: CGFloat){ self.font = UIFont(descripteur: auto.la police.fontDescriptor, taille: taille) } }
InformationsquelleAutor Jay | 2014-06-23