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) -> UIOffsetParameters
- 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.