Indenting UIlabel around another UILabel (Drop Capping)

73 views Asked by At

I would like to produce this effect:

labels

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.

1

There are 1 answers

0
user12345625 On BEST ANSWER

What you seem to be looking for is CoreText. See the following answer:

Drop cap with NSAttributedString