I run into a dead end. I just can\'t figure out a way for restoring a WKWebView after the user has closed the app. All the web pages he visited must be there when he re-open
you can store webpages in [NSDefaults standardUserDefaults] whenever the WKWebView has loaded.
WKWebView
- (void)webView:(WKWebView *)webView didFinishNavigation: (WKNavigation *)navigation{ }