Declaration

func customBoolValue(forKey key: String) -> Bool

Declaration

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

Declaration

customBoolValueForKey_(key: str) -> bool

Parameters

key

The key.

Return Value

The boolean value of the custom parameter.