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];
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];
精彩评论