Skip to content

Instantly share code, notes, and snippets.

@sendoa
Created December 12, 2012 23:04

Revisions

  1. sendoa renamed this gist Dec 12, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. sendoa created this gist Dec 12, 2012.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    // Eliminar elementos duplicados en un NSArray
    NSArray *cleanedArray = [[NSSet setWithArray:dates] allObjects];