uneeded constraints.
This commit is contained in:
parent
c4baffd679
commit
6a768fb18b
@ -107,8 +107,6 @@ import Foundation
|
|||||||
bottomAnchor.constraint(greaterThanOrEqualTo: leftLabelBottomAnchor).isActive = true
|
bottomAnchor.constraint(greaterThanOrEqualTo: leftLabelBottomAnchor).isActive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
rightTextLabel?.topAnchor.constraint(equalTo: topAnchor).isActive = true
|
|
||||||
rightTextLabel?.trailingAnchor.constraint(equalTo: trailingAnchor).isActive = true
|
|
||||||
NSLayoutConstraint.constraintPinSubview(rightTextLabel, pinTop: true, pinBottom: false, pinLeft: false, pinRight: true)
|
NSLayoutConstraint.constraintPinSubview(rightTextLabel, pinTop: true, pinBottom: false, pinLeft: false, pinRight: true)
|
||||||
|
|
||||||
let rightTextBottom = rightTextLabel?.bottomAnchor.constraint(equalTo: bottomAnchor)
|
let rightTextBottom = rightTextLabel?.bottomAnchor.constraint(equalTo: bottomAnchor)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user