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
[self.myWebView loadHTMLString:tempString baseURL:[NSURL URLWithString:@"http://"]];