contentLabel.preferredMaxLayoutWidth = kScreenWidth - 20
contentLabel.numberOfLines = 0
我使用SnapKit设置顶部和左侧。
contentLabel.snp.makeConstraints { (make) in
make.top.equalTo(topView.snp.bottom)
make.left.equalTo(topView.iconView)
}
print(contentLabel.frame.size.height)
它打印0.可以吗?
答案 0 :(得分:1)
你可以通过Swift 3中的这个函数得到标签高度:
text-align: center
答案 1 :(得分:0)
你可以试试这个,我想它会帮到你
type=file
希望它能帮到你