Open timautin opened 6 years ago
Or you can put all buttons in a Stackview, select Word Wrap on the Line Break each button's option and give Stackview specific width, at least that worked for me.
Ah yes, simpler solution for those targeting iOS 9. I can't use it since I still support iOS 8.
When having multiline buttons, the text of the titleLabel grows outside of the button. I solved it by adding a few auto layout constraints (using a custom extension but you'll get the idea):