Contents

takeObjectValueFrom(_:)

Sets the value of the receiver’s cell to the object value obtained from the specified object.

Declaration

func takeObjectValueFrom(_ sender: Any?)

Parameters

  • sender:

    The object from which to take the value. This object must support the Objectvalue property.

See Also

Related Documentation

Deriving Values