Hi I have a Array like this:
@[
@{@"Name":@"marko"; @"ids"=@[@"121",@"156",@"175",@"154"];},
@{@"Name":@"shine";@"ids"=@[@"175",@"165",@"154",@"187"];},
@{@"Name":@"David";@"ids"=@[@"857",@"297",@"156",@"254"];},
@{@"Name":@"Harry"; @ids"=@[@"297",@"154",@"867",@"201"];},
];
How to get the dictionaries having the string @"156"
in the ids
array using an NSPredicate.