Yeah, there\'s this cool myLabel.adjustsFontSizeToFitWidth = YES; property. But as soon as the label has two lines or more, it won\'t resize the text to anythin
Since I didn't find a working solution answering to all my needs using the above answers, I have created my own components providing the following features: FittableFontLabel
NSAttributedStrings as well as basic stringIf any of you is interesting, it's a full swift library available using CocoaPods: https://github.com/tbaranes/FittableFontLabel