I try to hide my cell id in the match @ "56eae83ae3c9a04d398b4582", it works fine except that when I scroll I have other cell of my UICollectionView hiding, an idea? Thank you
cell.statusContest.text = [searchResult objectForKey:@"id"];
if ([cell.statusContest.text isEqualToString:@"56eae83ae3c9a04d398b4582"]) {
cell.hidden = YES;
}