required now works due to changes

This commit is contained in:
Kevin G Christiano 2020-04-20 13:23:37 -04:00
parent ac8de65e24
commit 3320819b37

View File

@ -121,7 +121,7 @@ import Foundation
rightTextLabel.topAnchor.constraint(equalTo: topAnchor).isActive = true
rightTextLabelTrailing = layoutMarginsGuide.trailingAnchor.constraint(equalTo: rightTextLabel.trailingAnchor)
rightTextLabelTrailing?.priority = UILayoutPriority(rawValue: 999)
rightTextLabelTrailing?.priority = .required
rightTextLabelTrailing?.isActive = true
let rightTextBottom = bottomAnchor.constraint(equalTo: rightTextLabel.bottomAnchor)