Contents

decodeUIEdgeInsets(forKey:)

Decodes and returns the UIKit edge insets structure associated with the specified key in the coder’s archive.

Declaration

func decodeUIEdgeInsets(forKey key: String) -> UIEdgeInsets

Parameters

  • key:

    The key that identifies the edge insets.

Return Value

The edge insets data.

Discussion

Use this method to decode edge inset information that was previously encoded using the encode(_:forKey:) method.

See Also

Related Documentation

Decoding Geometry-Based Data