uneeded constraints.

This commit is contained in:
Christiano, Kevin 2019-05-31 14:01:19 -04:00
parent c4baffd679
commit 6a768fb18b

View File

@ -107,8 +107,6 @@ import Foundation
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)
let rightTextBottom = rightTextLabel?.bottomAnchor.constraint(equalTo: bottomAnchor)