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.
15 秒のカウントダウン タイマーを作成するにはどうすればよいでしょうか。
ありがとう!
あまり。performSelector:withObject:afterDelay を使用してスレッドのブロックを行うこともできますが、新しいスレッドを作成しない限り、その場でアプリがフリーズします。これは、単に NSTimer を使用するよりも困難です。
組み込み開発へようこそ。