Skip to content

Instantly share code, notes, and snippets.

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