Skip to content

Instantly share code, notes, and snippets.

@mluton
Created November 2, 2012 20:51
Show Gist options
  • Select an option

  • Save mluton/4004233 to your computer and use it in GitHub Desktop.

Select an option

Save mluton/4004233 to your computer and use it in GitHub Desktop.
Iterate Over Collection
for (TTVideo *video in favorites) {
NSLog(@"video.title: %@", video.title);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment