Hi,
I have an UILabel with two lines. Sometimes it's text is short. Then the text gets displayed in the center (vertically) of the UILabel.
How do I align my text at the top (vertically)?

Regards...
|
3
|
Hi, I have an UILabel with two lines. Sometimes it's text is short. Then the text gets displayed in the center (vertically) of the UILabel. How do I align my text at the top (vertically)?
Regards...
|
|||
|
|
|
|
Resize the frame for the label using the text you want to insert. That way you can accommodate any number of lines.
This page has some different code for the same solution: |
||
|
|