setObservationInfo(_:)
Sets the observation info of the managed object.
Declaration
func setObservationInfo(_ inObservationInfo: UnsafeMutableRawPointer?)Parameters
- inObservationInfo:
The new observation info for the receiver.
Discussion
For more about observation information, see Key-Value Observing Programming Guide.