When you use UILabel
, you can set adjustsFontSizeToFitWidth along with the appropriate scale factor.
How can I get notified when it scales down? My use-case is that when one label down-sizes, I would like to do it for others around it for uniformity.