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.
mainThreadUIActivityIndicatorViewがブロックされ たときに停止しない方法は?
UIActivityIndicatorView
ビューはメインスレッド自体を使用してアニメーションを実行するため、できるとは思いません。メイン スレッドで実行時間の長いプロセス (ネットワークや長時間の計算プロセスなど) を実行している場合は、設計を変更することを検討してください。たとえば、GCD、スレッドなどを使用します。