ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.84k stars 1.67k forks source link

竖向排列最后一行被省略 #986

Open ITzhao opened 11 months ago

ITzhao commented 11 months ago

代码:

    let lab = YYLabel()
    lab.numberOfLines = 4
    lab.isVerticalForm = true
    lab.textVerticalAlignment = .top
    lab.exclusionPaths = [UIBezierPath.init(rect: .zero)]
    lab.preferredMaxLayoutWidth = adapt_size(300)
    lab.backgroundColor = .randomColor

当文本小于4行时,正常展示;超过4行时,第四行整体顶部对齐只有 "..." , 文字被省略,期望是第四行 "xxxxxxx ..."