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.
これは iOS 6 で非推奨になりましたが、現在のキューで何かを実行するdispatch_get_current_queueにはどうすればよいですか?dispatch_after
dispatch_get_current_queue
dispatch_after
キューを手動で作成し、呼び出しコードとコードの両方をそのキューにディスパッチしますdispatch_after。そうすれば、両方のコードが同じキューから実行されることを保証できます。