Contents

takeStringValueFrom(_:)

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

Declaration

func takeStringValueFrom(_ sender: Any?)

Parameters

  • sender:

    The object from which to take the value. This object must implement the Stringvalue property.

See Also

Related Documentation

Deriving Values