I would simply to add bold or italic to portions of my text. Is there some built in parse that makes this simple, as most the examples I've seen show about a page worth of code, which requires doing substring range calculations on the string. Ideally, I could do something like this:
label.attributedText = [NSAttributedString initWithXXX:@"Some **bold** and *italic text*"];