How to remove duplicates from NSMutableArray ? By Malik | May 21, 2011 1 Comment Hi, For removing or deleting duplicates from a NSMutableArray , use the following lines of code. It will simply check for duplicates elements and get it deleted or removed. 🙂