Declaration

func customBoolValue(forKey key: String) -> Bool

Declaration

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

Declaration

customBoolValueForKey_(key: str) -> bool

Parameters

key

The custom parameter name.

Discussion

Missing parameters and values that do not evaluate to YES return NO.

See Also

Custom Parameters