Contents

observationInfo()

Returns the observation info of the managed object.

Declaration

func observationInfo() -> UnsafeMutableRawPointer?

Return Value

The observation info of the receiver.

Discussion

For more about key-value observation, see Key-Value Observing Programming Guide.

See Also

Supporting Key-Value Observing