The range from which to create a new attributed string. a
must lie within the bounds of the receiver.
それから新しい属性付文字列を作成することになる範囲。a
は、レシーバの境界内に置かれていなければなりません。
Instance Method
インスタンスメソッド
attributed
attributedSubstring(from:)
Returns an attributed string consisting of the characters and attributes within the specified range in the attributed string.
属性付き文字列の中のこの指定された範囲内の文字と属性から構成されるある属性付き文字列を返します。
Availability 有効性
- iOS 3.2+
- iPadOS 3.2+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func attributedSubstring(from range: NSRange
) -> NSAttributedString
Parameters パラメータ
aRange
Range Range
Return Value 戻り値
An NSAttributed
object consisting of the characters and attributes within a
in the receiver.
NSAttributed
オブジェクト、レシーバの中のa
内の文字と属性から構成されています。
Discussion 議論
Raises an range
if any part of a
lies beyond the end of the receiver’s characters. This method treats the length of the string as a valid range value that returns an empty string.
range
を引き起こします、もしa
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。このメソッドは、文字列の長さをある有効な範囲値として扱います、それは空文字列を返します。