Contents

allowsReverseTransformation()

Returns a Boolean value that indicates whether the receiver can reverse a transformation.

Declaration

class func allowsReverseTransformation() -> Bool

Return 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.

See Also

Getting Information About a Transformer