takeIntegerValueFrom(_:)
Sets the value of the receiver’s cell to an integer value obtained from the specified object.
Declaration
func takeIntegerValueFrom(_ sender: Any?)Parameters
- sender:
The object from which to take the value. This object must implement the Integervalue property.