In iOS project, I am creating an UILabel with 2 lines of text capacity, and i specified that the UILabel can content 2 lines. If the text only is 1 line, how can specify that the text is writing in the second line and the first be empty?
In other words, i would like that the text was writing in the UILabel from bottom to top.
Specifications:
The UILabel must be 2 lines maxium bigger.
If the text only needs 1 line of UILabel, the line which should be write is the second
If the text needs 2 lines, the UILabel should be completed first with the first line and then the second line.(normally. it works)
Thanks.