Hi friends, I am getting the data of the file from network and receiving it in NSData(not saving it any were). I want to view the files without saving it anywere.
I tried it with UIWebView but with no success
[webView loadData:data_ MIMEType:@"text" textEncodingName:@"UTF-8" baseURL:nil];
Any hint in right direction would be highly appreciated.