required now works due to changes
This commit is contained in:
parent
ac8de65e24
commit
3320819b37
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user