Skip to content

Instantly share code, notes, and snippets.

@CastIrony
Created July 13, 2010 08:46
Show Gist options
  • Save CastIrony/473642 to your computer and use it in GitHub Desktop.
Save CastIrony/473642 to your computer and use it in GitHub Desktop.
int i = 0;
for(NSString* key in keys)
{
//do stuff here with key and i
i++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment