Contents

NSTextCheckingTypes

Defines the types of checking that are available. These values can be combined using the C-bitwise OR operator. The system supports its own internal types, and the user can extend those types by subclassing NSTextCheckingResult and adding their own custom types.

Declaration

typealias NSTextCheckingTypes = UInt64

Topics

Constants

See Also

Constants