Contents

identity

The changes to a particular touch during its lifetime.

Declaration

var identity: any NSCopying & NSObjectProtocol { get }

Discussion

While touch identities may be re-used, they are unique during the life of the touch, even when multiple devices are present.

Identity objects implement the NSCopying protocol so that they may be used as keys in an NSDictionary. Use isEqual: to compare two touch identities.

See Also

Using Touch Properties