swift crop string to 3 lines code example
Example: string add new line on full stop ios
let wantedString = exampleString.stringByReplacingOccurrencesOfString(", ", withString: "\n")
let wantedString = exampleString.stringByReplacingOccurrencesOfString(", ", withString: "\n")