+2 votes
in C Plus Plus by
How to convert an NSArray to a string in Objective-C?

1 Answer

0 votes
by
NSString * result = [[array valueForKey:@"description"] componentsJoinedByString:@""];

Related questions

+2 votes
asked Jan 19, 2022 in C Plus Plus by DavidAnderson
0 votes
asked Jan 4 in C Plus Plus by GeorgeBell
...