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) -> BoolDiscussion
Subclasses must override this method if they perform keyed coding.
See Also
Decoding General Data
decodeArray(ofObjCType:count:at:)decodeBytes(forKey:returnedLength:)decodeBytes(withReturnedLength:)decodeData()decodeDouble(forKey:)decodeFloat(forKey:)decodeCInt(forKey:)decodeInteger(forKey:)decodeInt32(forKey:)decodeInt64(forKey:)decodeObject()decodeObject(forKey:)decodePoint()decodePoint(forKey:)decodePropertyList()