0
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が印刷されますか?