So I have a nsmutablearray with a bunch of objects in it. I want to create a comma separated string of the id value of each object.
Swift :)
var commaSeparatedString = arrayOfEntities.joinWithSeparator(",")