Querying KVC Data

suggest change
if ([[dataObject objectForKey:@"yourVariable"] isEqualToString:"Hello World"]) {
    return YES;
} else {
    return NO;
}

You can query values stored using KVC quickly and easily, without needing to retrieve or cast these as local variables.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents