Let see that I have a string look like this:
NSString *longStr = @\"AAAAA\\nBBBBB\\nCCCCC\";
How do I make it so that the UILabel disp
In the interface builder, you can use Ctrl + Enter to insert /n to the position you want. This way could implement the following situation
/n
aaaaaaaaaa