Skip to content

Instantly share code, notes, and snippets.

@amiri
Created November 28, 2010 21:02
Show Gist options
  • Save amiri/719301 to your computer and use it in GitHub Desktop.
Save amiri/719301 to your computer and use it in GitHub Desktop.
for (NSString *string in [[searchViewArray valueForKey:@"produceName"] filteredArrayUsingPredicate:predicate]) {
NSLog(@"During loop, my temp string is: %@",string);
[self.greensArray addObject:string];
}
NSLog(@"After assignment from temp, self.greensArray is: %@",self.greensArray);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment