So this is a pretty straight forward question.
How do I best accumulate for special characteres to be vertically centered inside a UILabel
?
See example images:
Centered:
Not centered:
So this is a pretty straight forward question.
How do I best accumulate for special characteres to be vertically centered inside a UILabel
?
See example images:
Centered:
Not centered:
You may try use UITextField
instead, also set textField.userInteractionEnabled = NO;
and textField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;