我想检查我的 webView 是否正在加载。我的代码是:
if (???) {
[activityIndicator startAnimation:self];
} else {
[activityIndicator stopAnimation:self];
}
我知道 iOS 的webView.loading
. mac有什么用?
我想检查我的 webView 是否正在加载。我的代码是:
if (???) {
[activityIndicator startAnimation:self];
} else {
[activityIndicator stopAnimation:self];
}
我知道 iOS 的webView.loading
. mac有什么用?