XCode 15.2 日本語化計画:New Human Interface Guideline
参照型から値型属性付き文字列を作成します。
nsStr
変換すべき NSAttributedString。
このイニシャライザには、AttributeScopes.FoundationAttributes、AttributeScopes.SwiftUIAttributes、AttributeScopes.AccessibilityAttributes など、SDK によって定義されたすべての属性スコープが含まれます。サードパーティの属性スコープを使用するには、イニシャライザ init(_:including:) または init(_:including:) を使用して下さい。
init<S>(NSAttributedString, including: S.Type)
属性スコープを含む、参照型から値型の属性付き文字列を作成します。
init<S>(NSAttributedString, including: KeyPath<AttributeScopes, S.Type>)
キーパスが識別する属性スコープを含む、参照型から値型の属性付き文字列を作成します。