What is NSNotification?

devquora
devquora

Posted On: Dec 24, 2020

 

NSNotification is an object containing information generally considered as a class. It is broadcast to registered observers that bridge to Notification. It is used when you need reference semantics or other Foundation-specific behavior.

Declaration of NSNotification: class NSNotification: NSObject.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions