9. NJKWebViewProgress å®è£ ⢠UIWebViewDelegateãããã¼ããå®äºãããªã½ã¼ã¹ ã®æ°ãæ°ãã - (void)webViewDidStartLoad:(UIWebView *)webView { _loadingCount++; _maxLoadCount = fmax(_maxLoadCount, _loadingCount); ! [self startProgress]; } ! - (void)webViewDidFinishLoad:(UIWebView *)webView { _loadingCount--; [self incrementProgress]; }
{{#tags}}- {{label}}
{{/tags}}