Instance Property インスタンスプロパティ

allowsKeyedCoding

A Boolean value that indicates whether the receiver supports keyed coding of objects. レシーバがオブジェクトのキー付きコーディングをサポートするかどうかを指し示すブール値。

Declaration 宣言

var allowsKeyedCoding: Bool { get }

Discussion 議論

false by default. Concrete subclasses that support keyed coding, such as NSKeyedArchiver, need to override this property to return true. 省略時ではfalse。キー付きコーディングをサポートする具象サブクラス、例えばNSKeyedArchiverは、このプロパティをオーバーライドしてtrueを返すようにしなければなりません。

See Also 参照

Inspecting a Coder コーダーを検査する

Related Documentation 関連文書