You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: