I'm currently working in Xcode with objective-c.
I have an normal NSString with a string. Let's say the string is "Hello Stackoverflow". Now I want to make the "Hello" piece of the string superscript, how do I do that?
UPDATE:
I want to display it in a UItextview. I tried kCTSuperscriptAttributeName from the other post, but the UItextview won't allow "NSmutableattributedstring" or "NSattributedstring".