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