How to add line break for UILabel?

后端 未结 21 2164
失恋的感觉
失恋的感觉 2020-11-29 14:53

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

21条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-29 15:14

    In the interface builder, you can use Ctrl + Enter to insert /n to the position you want. This way could implement the following situation

    aaa
    aaaaaaa

提交回复
热议问题