UIScribbleElementIdentifier

Type Alias UIScribbleElementIdentifier 

Source
pub type UIScribbleElementIdentifier = AnyObject;
Available on crate feature UIIndirectScribbleInteraction only.
Expand description

Element identifiers are used to identify writable elements in the interaction’s view, and will be supplied in every delegate callback. Any object that conforms to NSCopying and that can be compared for equality can be used. It is recommended to use simple immutable values, like NSString, NSNumber, or NSUUID.

See also Apple’s documentation

Aliased Type§

pub struct UIScribbleElementIdentifier { /* private fields */ }