You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我有一个需求,在一个Cell中,有个View包含了好几个Label吧 。LabelA-V-LabelB(20).......,类似这样的,我把LabelB的高度NSLayoutConstraint.constant =0的时候出现如下的错误,
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
NSLayoutConstraint.constant =20的时候是正常的,没有任何错误。希望大神指导,谢谢。
The text was updated successfully, but these errors were encountered:
我有一个需求,在一个Cell中,有个View包含了好几个Label吧 。LabelA-V-LabelB(20).......,类似这样的,我把LabelB的高度NSLayoutConstraint.constant =0的时候出现如下的错误,
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
NSLayoutConstraint.constant =20的时候是正常的,没有任何错误。希望大神指导,谢谢。
The text was updated successfully, but these errors were encountered: