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は他のシステムNSNotificationと同等ですか? Eventsメッセージを送信するのとは反対に、送信者プロセスを本当にブロックしていませんか?
NSNotification
Events
NSNotification オブジェクトは情報をカプセル化して、NSNotificationCenter オブジェクトによって他のオブジェクトにブロードキャストできるようにします。
以下のリンクをチェックしてください。
NSNotification とは何ですか?
iphone SDKのNSNotification