Contents

decodeUIOffset(forKey:)

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

Declaration

func decodeUIOffset(forKey key: String) -> UIOffset

Parameters

  • key:

    The key that identifies the offset.

Return Value

The offset data.

Discussion

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

See Also

Related Documentation

Decoding Geometry-Based Data