How can I replace special characters in my UITextView?
I'm receiving an NSString that contains characters such as "I'm"
instead of I'm
and I'd like to reformat so it appears properly in my app.
How can I replace special characters in my UITextView?
I'm receiving an NSString that contains characters such as "I'm"
instead of I'm
and I'd like to reformat so it appears properly in my app.