The amount the ranges are adjusted. 範囲が調整される量。
Instance Method
インスタンスメソッド
adjusting
adjustingRanges(offset:)
Returns a new text checking result after adjusting the ranges as specified by the offset.
新しいテキスト検査結果をこのオフセットによって範囲を指定された通りに調節した後に返します。
Availability 有効性
- iOS 5.0+
- iPadOS 5.0+
- macOS 10.7+
- Mac Catalyst 13.1+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func adjustingRanges(offset: Int
) -> NSTextCheckingResult
Parameters パラメータ
offset
Return Value 戻り値
A new NSText
instance with the adjusted range or ranges.
調節された範囲または複数の範囲を持つ、新しいNSText
インスタンス。