I have a NSString which looks like this @"1, 5, 23, 15, 6". What i need is to retrieve all these numbers from this string. Probably the result might look like an array of NSStrings – @"1" , @"5", @"23" and so on. How do i do that?
I have a NSString which looks like this @1, 5, 23, 15, 6 .
Share
1 Answer