这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
swift 3
为动态文本信息设置行数为零,这将有助于改变文本。
var label = UILabel()
let stringValue = "Multiline UILabel not wrapping words correctly"
label.text = stringValue
label.numberOfLines = 0
label.lineBreakMode = .byTruncatingTail // or .byWrappingWord
label.minimumScaleFactor = 0.8 . // It is not required but nice to have a minimum scale factor to fit text into label frame
使用界面生成器:
关于ios - 多行 UILabel 没有正确换行,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/42561809/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |