I want to check if an NSDictionary is empty. I am doing it like this.
NSDictionary
mutDictValues = [[[NSUserDefaults standardUserDefaults] objectForKey:@\"dicV
BOOL containsKeyABC = [myDict: valueForKey:@"ABC"]; int items = dict.count; if (items > 0) { //not empty }