ZSSRichTextEditor icon indicating copy to clipboard operation
ZSSRichTextEditor copied to clipboard

NewLine(\n) command not working

Open Parvege opened this issue 6 years ago • 0 comments

Hi, I'm fetching the string from the api. And assign the value(string Format) to ZSSTextView. I have attached the response below. { @"description":"FirstLine. \U00a0 \U00a0 \U00a0 \U00a0\U00a0\nSecondLine. \U00a0 \U00a0 \U00a0\U00a0\nThirdLine. \U00a0 \U00a0\nFourthLine" } The new line(\n) command is not working.So, the textview display below type: FirstLine . SecondLine . ThirdLine . FourthLine

Expected output: FirstLine.
SecondLine.
ThirdLine.
FourthLine

Thanks.

Parvege avatar Sep 20 '18 06:09 Parvege