I am wondering how to convert an NSArray [@"Apple", @"Pear ", 323, @"Orange"] to a string in Objective-C.
[@"Apple", @"Pear ", 323, @"Orange"]
NSString * result = [[array valueForKey:@"description"] componentsJoinedByString:@""];
2.1m questions
2.1m answers
60 comments
57.0k users