I have a problem removing duplicate objects from the moving array.
I have tried these:
noDuplicates = _personalHistory.personalHistory;
for (int i=[noDuplicates count]-1; i>0; i–) {
if ([n
I have a problem removing duplicate objects from the moving array.
I have tried these:
noDuplicates = _personalHistory.personalHistory;
for (int i=[noDuplicates count]-1; i>0; i–) {
if ([n