I want to open link starting with www they do not open. My code working only for http. Please help > I am newer in iOS.I shall be highly obliged.
- (BOOL)webView
NSURL *url=[NSURL URLWithString:@"http://"]; [self.myWebView loadHTMLString:tempString baseURL:url];