@IBOutlet var lable: UILable? lable.text = "asdfasdfasdfasdf"
能否在 字符串中间加入 "\n" 这样的换行符呢?
"\n"
希望能够给出稍微详细一些的回答
认证高级PHP讲师
我找到方法了,設定下面兩個屬性,然後 n 就生效了
n
Label.lineBreakMode = NSLineBreakMode.ByWordWrapping Label.numberOfLines = 0 label.text = "lineone\nlinetwo"
可以。但得把 UILabel的 numberoflines 設定一下
我找到方法了,設定下面兩個屬性,然後
n
就生效了可以。但得把 UILabel的 numberoflines 設定一下