How to make a multiple line, left-aligned UIAlertView?

后端 未结 5 1280
野的像风
野的像风 2020-12-23 15:15

I am interested in making a left-aligned UIAlertView with several lines like a bulletin list that would look like the following:

  • line 1
  • line 2
5条回答
  •  死守一世寂寞
    2020-12-23 15:43

    Make sure you use the \ and not the normal /.

    alt + shift + 7 (on my Keyboard)

    \n

    That should do it. :-)

提交回复
热议问题