Xcode – How to scale the title and image of a UIButton to match the size of the button?
I have a UIButton with both a title and an image. The button's size changes dynamically, but the title text and image inside the button do not resize proportionally to match the button's size. I want to make sure that…