Kinda a stupid question so hopefully a easy answer. So I have a bool value stored in the database of true and false. Keep in mind this is really true and false not a string or a int.
When I use the query on field function I am having trouble figuring out what to use to make sure it looks for true. See code below.
Sean Hoffman
When I use the query on field function I am having trouble figuring out what to use to make sure it looks for true. See code below.
KCSQuery *onHomeScreen = [KCSQuery queryOnField:@"showChannelOnHomeScreen" withExactMatchForValue:true];
So with this in mind, what do I need to put in place of "true." It complains it is not a object. Is there a object for a bool in iOS?
What is the "right" way to do this search.
Thanks,
Sean