MRoundedButton
MRoundedButton copied to clipboard
Center textlabel's Y-coordinate?
I noticed that if I have more than 2 characters in a MRoundedButton the text is shifted downwards.
It's worse with Japanese/Chinese characters since they're a little bit wider.
Hi @jtoronto , this may cased by I initialed the textLabel.adjustsFontSizeToFitWidth
to YES
.
You can set a smaller font first, I will find a better way to fix this.