I have a multi-line label and when the label go to new line i want to get - in the end of line. i am doing it programmatically. How to achieve that? i already try this but its not working
myLabel.lineBreakMode = .byWordWrapping
myLabel.numberOfLines = 0
In this case label become multiline but - is not added at the end of the line. thanks in advance.