Declaration

func customBoolValue(forKey key: String, defaultValue: Bool) -> Bool

Declaration

- (BOOL) customBoolValueForKey:(NSString *) key defaultValue:(BOOL) defaultValue;

Declaration

customBoolValueForKey_defaultValue_(key: str, defaultValue: bool) -> bool

Parameters

key

The key.

defaultValue

The default value.

Return Value

The boolean value of the custom parameter, or the default value.