ios - 从 NSMutableArray 中删除重复项,并在 'for' 循环中添加对象
<p><p>现在,我在这里和 google 上查找了这个,似乎每个人都使用 <code>NSSet</code> 来删除欺骗。这很酷,但似乎这种方法也删除了排序。</p>
<p>有吗
1) 一种按字母顺序对 NSSet 进行排序的方法?
2)在 <code>for</code> 循环中或之外删除 <code>NSMutableArray</code> 中的欺骗的更好方法,我通过从 <code>.csv</code> 读取它们将它们添加到数组中> 文件。 </p>
<p>谢谢:) </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我相信你想使用 <code>NSOrderedSet</code>。这是它的文档:</p>
<p> <a href="http://developer.apple.com/library/mac/#documentation/Foundation/Reference/NSOrderedSet_Class/Reference/Reference.html" rel="noreferrer noopener nofollow">http://developer.apple.com/library/mac/#documentation/Foundation/Reference/NSOrderedSet_Class/Reference/Reference.html</a> </p></p>
<p style="font-size: 20px;">关于ios - 从 NSMutableArray 中删除重复项,并在'for' 循环中添加对象,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/14569335/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/14569335/
</a>
</p>
页:
[1]