I am trying to achieve word wrapping with hyphenation but do not want to see the hyphenation character in the uitextview.
In viewDidLoad;
textFieldParagraphStyle.lineBreakMode = NSLineBreakMode.ByWordWrapping
textFieldParagraphStyle.alignment = NSTextAlignment.Center
textFieldParagraphStyle.hyphenationFactor = 1.0
Everything works well but is it possible to get rid of hyphenation character with preserving the correct syllable wrapping?
To illustrate, suppose we have the word understand. If I use word wrapping with hypenation factor set 1.0, the uitextview divided the word like;
under-
stand
What I want to achieve is;
under
stand