What is a good way to have the image edge insets of a UIButton be left aligned while having the title completely centered? Such as the following:
The image would have a constant left inset, but the title would always be centered in the entire button. Most solutions that I have found date back 4 or 5 years, and they are based on manually calculating the necessary inset of the image while keeping a center alignment for the title.
Are there really no easy ways of doing this yet?