How can I have one UILabel with two different font color/type? I don’t think this is possible to do, if not, then what is the closest way to do this? My solution now is to use two UILabel and then put one of the UILabel on top of the other one and put a spacing/indentation for the second UILabel for the text to start. However the issue is that the indentation is misaligned. Is there a better way to do this?
Share
You could use an NSAttributedString. Check out OHAttributedLabel.