ZSSRichTextEditor
ZSSRichTextEditor copied to clipboard
NewLine(\n) command not working
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.