Instance Method
customBoolValue(forKey:)customBoolValueForKey:customBoolValueForKey_
Returns the boolean value of the custom parameter for the specified key.
Declaration
func customBoolValue(forKey key: String) -> BoolDeclaration
- (BOOL) customBoolValueForKey:(NSString *) key;Declaration
customBoolValueForKey_(key: str) -> boolParameters
keyThe key.
Return Value
The boolean value of the custom parameter.