Skip to content

Instantly share code, notes, and snippets.

@amiri
Created November 28, 2010 20:22
Show Gist options
  • Save amiri/719271 to your computer and use it in GitHub Desktop.
Save amiri/719271 to your computer and use it in GitHub Desktop.
for (id object in [[searchViewArray valueForKey:@"produceName"] filteredArrayUsingPredicate:predicate]) {
NSLog(@"While constructing loop, object is: %@",object);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment