The text view draws \n (new-line) as: "
Closed this issue · 1 comments
zebtin commented
Fo some very strange reason the text view is drawing the extra characters in there.
If I use a normal text view I get the expected result but with the EGOTextView the new line character is printed as: "
You can see it happen on the following screenshots:
What do you think the problem is?
zebtin commented
It was an error with the font file, it had that character set for the new line.
Strange that CoreText draws it with the character and the normal UITextVIew doesn't.