Some of my response JSON includes strings which contain carriage return (\r) followed by a newline (\n) characters.
- some : "Songs for Swinging Subversives\r\n\r\nComical intervention on both sides by Vivian Stanshall....\r\nFrom Sir Henry at Ralinson End\"\r\n\r\nA Subtle Subversion Production...\r\n\r\nMixtape given to Paul McKee by Andrew. Reproduced by Stephen Hoare. Photo by Claire Doll"
Despite MarqueeText using .lineLimit(1) and my implementation the same:
Some of my response JSON includes strings which contain carriage return (
\r
) followed by a newline (\n
) characters.Despite
MarqueeText
using.lineLimit(1)
and my implementation the same:My views appear to overflow: