0

I would like to bind a NSProgressIndicator to HTTP activity in STTwitter library. Just wondering if there is a way to determine if a HTTP connection is currently being active?

4

1 回答 1

1

为了显示网络活动指示器,我会跟踪活动连接的数量。

只需在您开始请求时增加此计数器,并在 successBlock / errorBlock 中减少它。

当计数器从 0 变为 1 时开始动画,当计数器从 1 变为 0 时停止动画。

于 2014-11-18T09:33:44.110 回答