I am trying to set the Text to UILabel as following:
self.lbl.text = twoLinesLongStr + "\n" + anyText
The number of lines are set to 0 to achieve resizing and wrapping.
The problem is on adding the \n the word wrapping for the first string is not working properly.
In the first image why is the word "This" not on the first line?!