我的數組元素看起來像這樣如何避免NSArray的重複元素,並打印在表格視圖單元格
150,
150,
150,
571,
571,
571,
692,
692,
692,
123,
123,
123,
144,
144,
144,
147,
147,
147,
155,
155,
155,
542,
542,
542,
548,
548,
548,
551,
551,
551
,我需要顯示所有的元素,但不重複相同的元素,它在被打印UItableView.Here是我的代碼,
NSArray *array=[jsonarray valueForKey:@"ID"];
cell.textLabel.text=[array objectAtIndex:indexPath.row] ;
這裏我jsonarray有ID之間的各個領域是one.Guidance請..
[在Objective-C中從NSMutableArray中刪除重複值的最佳方法?](http://stackoverflow.com/questions/1025674/the-best-way-to-remove-duplicate-values-from -smutablearray-in-objective-c) – JosephH 2012-07-31 19:18:37