开发者

displaying unique strings from an array

i want to get unique strings from an array and to store those strings into another ar开发者_JS百科ray..... give logic or sample code for this ...............thanks in advance


NSArray *uniqueArray = [[NSSet setWithArray: yourArray] allObjects];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜