Skip to content

Instantly share code, notes, and snippets.

@oliverbarreto
Forked from sendoa/gist:4272498
Created December 8, 2013 09:25
Show Gist options
  • Save oliverbarreto/7855094 to your computer and use it in GitHub Desktop.
Save oliverbarreto/7855094 to your computer and use it in GitHub Desktop.
// Eliminar elementos duplicados en un NSArray
NSArray *cleanedArray = [[NSSet setWithArray:dates] allObjects];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment