I have a label that is set to wrap to multiple lines. I am setting the text in the code using setText, but it is rather long and I would like to break it up to make it easier to read. Is there a way to insert a carriage return/line feed? For example:
[sampleText setText"This text is pretty long. I would like a CRLF here. See, isn't this easier to read now?"];
Seems like it should be simple enough...
[sampleText setText"This text is pretty long. I would like a CRLF here. See, isn't this easier to read now?"];
Seems like it should be simple enough...