NotificationCenter
class NotificationCenter : NSObject
-
Add an observer
See also
ObserverDeclaration
Swift
public func addObserver(_ target: Any, observer: Stanwood.Observer)Parameters
targetthe current target
observerthe observer to handle
-
Add observers
See also
ObserverDeclaration
Swift
public func addObservers(_ target: Any, observers: Stanwood.Observer...)Parameters
targetthe current target
observersthe observers to handle
View on GitHub
NotificationCenter Extension Reference