Contents

removeObserver(fromAllBusses:forKeyPath:context:)

Removes a KVO observer for a given property on all busses in the array.

Declaration

func removeObserver(fromAllBusses observer: NSObject, forKeyPath keyPath: String, context: UnsafeMutableRawPointer?)

Parameters

  • observer:

    The KVO observer.

  • keyPath:

    The property’s key path.

  • context:

    The KVO context.

See Also

Bus Array Methods and Properties