I would like to produce this effect:
The number is a UILabel
and the words are a UILabel
. I can't separate the text into two UILabel
's. The first two lines of the words UILabel
should match up with the number UILabel
, then the third line (etc..) should be below the number UILabel
.
What you seem to be looking for is CoreText. See the following answer:
Drop cap with NSAttributedString