1

我想检查我的 webView 是否正在加载。我的代码是:

if (???) {
    [activityIndicator startAnimation:self];
} else {
    [activityIndicator stopAnimation:self];
}

我知道 iOS 的webView.loading. mac有什么用?

4

1 回答 1

-1

不要在加载 webview 时启动动画,而是在加载 webview 之前启动动画。然后在 webview 完成加载时停止动画

于 2012-07-31T15:22:03.483 回答