NSNotificationCenter

class NSNotificationCenter : NSObject

Adds convenience methods for typed SignalProducers from RAC Signal methods with NoError types for binding straight to MutablePropertys.

  • Declaration

    Swift

    public func rac_notificationSignalProducer(name: String, object: AnyObject?) -> SignalProducer<NSNotification, NoError>

    Return Value

    A SignalProducer mapped from rac_addObserverForName(_:object:)