Structure

AttributeContainer

A container for attribute keys and values. 属性キーおよび値のためのコンテナ。

Declaration 宣言

@dynamicMemberLookup struct AttributeContainer

Overview 概要

AttributeContainer provides a way to store attributes and their values outside of an attributed string. You use this type to initialize an instance of AttributedString with preset attributes, and to set, merge, or replace attributes in existing attributed strings.

Topics 話題

Creating an Attribute Container 属性コンテナを作成する

Accessing Attributes 属性にアクセスする

Modifying Attributes

Encoding and Decoding エンコーディングとデコーディング

Interoperating with Objective-C Attributes

Comparing Attribute Containers 属性コンテナを比較する

Describing an Attribute Container 属性コンテナを記述する

See Also 参照

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