Instance Method インスタンスメソッド

decodeDirectionalEdgeInsets(forKey:)

Decodes and returns the UIKit directional edge insets structure associated with the specified key in the coder’s archive. コーダのもつアーカイブにおいてこの指定されたキーと結び付けられたUIKit方向性縁差込構造体を復号して返します。

Declaration 宣言

func decodeDirectionalEdgeInsets(forKey key: String) -> NSDirectionalEdgeInsets

Parameters パラメータ

key

The key that identifies the edge insets. 縁差込を識別するキー。

Discussion 議論

Use this method to decode edge inset information that was previously encoded using the encode(_:forKey:) method. このメソッドを使って縁差込情報を復号してください、それは以前にencode(_:forKey:)メソッドを使って符号化されたものです。

See Also 参照

Decoding Geometry-Based Data 幾何学基盤のデータを復号する