I want half of my UILabel
's text
to be bold and half to not be bold. How can I do this?
NSAttributedString allows for specification of formatting within a string, but sadly, UIKit does not yet do anything with this. However, there are a few open-source implementations that do. Check out OHAttributedLabel.