split array element from line breaks swift code example
Example: string add new line on full stop ios
let wantedString = exampleString.stringByReplacingOccurrencesOfString(", ", withString: "\n")
let wantedString = exampleString.stringByReplacingOccurrencesOfString(", ", withString: "\n")