为什么标签的高度为零?

时间:2016-12-12 03:52:03

标签: ios autolayout uikit uilabel snapkit

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.可以吗?

2 个答案:

答案 0 :(得分:1)

你可以通过Swift 3中的这个函数得到标签高度:

text-align: center

答案 1 :(得分:0)

你可以试试这个,我想它会帮到你

type=file

希望它能帮到你