Contents

decodeBool(forKey:)

Decodes and returns a boolean value that was previously encoded with Encode(_:forkey:) 7o6mu and associated with the string key.

Declaration

func decodeBool(forKey key: String) -> Bool

Discussion

Subclasses must override this method if they perform keyed coding.

See Also

Decoding General Data