Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSProgressIndicator を STTwitter ライブラリの HTTP アクティビティにバインドしたいと思います。HTTP 接続が現在アクティブかどうかを判断する方法があるかどうか疑問に思っていますか?
ネットワーク アクティビティ インジケーターを表示するには、アクティブな接続の数を追跡します。
リクエストを開始するときにこのカウンターを増やし、successBlock / errorBlock で減らすだけです。
カウンターが 0 から 1 に変化したときにアニメーションを開始し、1 から 0 に変化したときにアニメーションを停止します。