Since OS 3.0 UIWebView supports RTF files.
If you have a .rtf file, it\'s easy enough to load it into a uiwebview, e.g.
NSString *path = [[NSBundle m
Try loadData:MIMEType:textEncodingName:baseURL:. Haven't tried it, but it's worth a shot.
loadData:MIMEType:textEncodingName:baseURL: