Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created September 11, 2010 22:29
Show Gist options
  • Save benlangfeld/575622 to your computer and use it in GitHub Desktop.
Save benlangfeld/575622 to your computer and use it in GitHub Desktop.
for (var i=0; i < [[myMenu itemArray] count]; i++)
{
var item = [myMenu itemArray][i];
[item setTarget:self];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment