Type Alias

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. 利用可能な検査の型を定義します。これらの値は、Cビット単位OR演算子を使って結合可能です。システムはそれ独自の内部型をサポートします、そしてユーザはそれらの型を拡張することがNSTextCheckingResultのサブクラスを作成して彼ら独自のあつらえの型を加えることで可能です。

Declaration 宣言

typealias NSTextCheckingTypes = UInt64

Topics 話題

Constants 定数