I\'m new in iPhone, I\'m trying to open .docx file in UIwebView, I wrote the following code
NSString *urlAddress = [[NSBundle mainBundle] pathForResource:@\"
ok why don't you use something like this:
NSURLRequest *request = [NSURLRequest requestWithURL:url]; [_webView loadRequest:request];
sorry comments were not working,so had to give it as answer.