allowsReverseTransformation()
Returns a Boolean value that indicates whether the receiver can reverse a transformation.
Declaration
class func allowsReverseTransformation() -> BoolReturn Value
true if the receiver supports reverse value transformations, otherwise false.
The default is true.
Discussion
Subclasses should override this method to return false if they do not support reverse value transformations.