One label, two different fonts?
Posted
by 4thSpace
on Stack Overflow
See other posts from Stack Overflow
or by 4thSpace
Published on 2010-04-26T14:03:49Z
Indexed on
2010/04/26
14:13 UTC
Read the original article
Hit count: 219
I need to format text in a label like this:
username: some text from this user. This will
create additional lines of text that will go
on and on and on.
Where "username" is bold. This will go into a UILabel, which is in a custom table cell. Is there a way to get this type of layout?
© Stack Overflow or respective owner