Background Loading a url in a uiwebview
问题 Hi I'm a have an app in which i load webpage in a uiwebview .So each time it takes too much time for loading . So i need to load the webpage in a background mode. Any one know how to done this. Any help would be appreciable. 回答1: - (void) start_Web_View { UIWebView *wv = [[UIWebView alloc] initWithFrame:CGRectMake(0,0,320,460)]; wv.delegate = self; [wv loadRequest: [NSURLRequest requestWithURL: @"http://long_loading_web_site"]]; // go do something else to amuse the user while the web site