Initializer

init(attachment:)

Creates an attributed string with an attachment. 属性付文字列を添付書類付で作成します。

Declaration 宣言

init(attachment: NSTextAttachment)

Parameters パラメータ

attachment

The attachment. 添付書類。

Return Value 戻り値

An attributed string containing the attachment. 添付書類を含んでいる属性付文字列。

Discussion 議論

This is a convenience method for creating an attributed string containing an attachment using character as the base character. これは便宜メソッドで、ある添付書類を含んでいる属性付文字列を、characterを基本文字列として使って作成することに対するものです。

See Also 参照

Creating an Attributed String 属性付き文字列を作成する