split string based on newline character set in swift code example
Example: string add new line on full stop ios
let wantedString = exampleString.stringByReplacingOccurrencesOfString(", ", withString: "\n")
let wantedString = exampleString.stringByReplacingOccurrencesOfString(", ", withString: "\n")