NSAttributedString
is just really impenetrable to me.
I want to set a UILabel
to have text of different sizes, and I gather NSAttributedString
is the way to go, but I can't get anywhere with the documentation on this.
I would love it if someone could help me with a concrete example.
For instance, let's say the text I wanted was:
(in small letters:) "Presenting The Great..."
(in huge letters:) "HULK HOGAN!"
Can somebody show me how to do that? Or even, a reference that's plain and simple where I could learn for myself? I swear I've tried to understand this through the documentation, and even through other examples on Stack Overflow, and I'm just not getting it.