Objective C - Split array in multiple languagues

32 Views Asked by At

I have a string in multiple languagues like this @"America の りょこう". How can I split it into array only contains simple word (included space) like this [@"America", @" ", @"の", @" ", @"りょ", @"こ", @"う"

0

There are 0 best solutions below