Type Method 型メソッド

attributedStringWithAttachment:

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

Declaration 宣言

+ (NSAttributedString *)attributedStringWithAttachment:(NSTextAttachment *)attachment;

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 NSAttachmentCharacter as the base character. これは便宜メソッドで、ある添付書類を含んでいる属性付文字列を、NSAttachmentCharacterを基本文字列として使って作成することに対するものです。

See Also 参照

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