Skip to content

Instantly share code, notes, and snippets.

@croath
Forked from elnaqah/RTF In textView
Last active August 29, 2015 14:13
Show Gist options
  • Save croath/1a8a655de1dd036d1a00 to your computer and use it in GitHub Desktop.
Save croath/1a8a655de1dd036d1a00 to your computer and use it in GitHub Desktop.
NSURL *rtfPath = [[NSBundle mainBundle] URLForResource: @"description_ar" withExtension:@"rtf"];
NSAttributedString *attributedStringWithRtf = [[NSAttributedString alloc] initWithFileURL:rtfPath options:@{NSDocumentTypeDocumentAttribute:NSRTFTextDocumentType} documentAttributes:nil error:nil];
self.textView.attributedText=attributedStringWithRtf;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment