clearEntry(animated:)
Removes all digits from the digit entry view.
Declaration
func clearEntry(animated: Bool)Parameters
- animated:
A Boolean value indicating whether the digit entry view animates when the digits are cleared.
Discussion
The digit entry view animates the digit removal when the animated parameter is YES.