I\'m trying to display a .rft file which is download for my server.
I first used a UITextView, but I could see the text but there was a lot of encoding and strange c
Can you try this?
NSURL *url = ; NSURLRequest *req = [NSURLRequest requestWithURL:url]; [webView loadRequest:req];