increased the priority
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e42dc244c1
commit
9cf0afeda5
@ -385,7 +385,7 @@ open class TitleLockup: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//pin the last view to the bottom of this view
|
//pin the last view to the bottom of this view
|
||||||
previousView?.pinBottom(anchor: bottomAnchor, priority: .defaultLow)
|
previousView?.pinBottom(anchor: bottomAnchor, priority: UILayoutPriority(700))
|
||||||
|
|
||||||
//debugging for borders
|
//debugging for borders
|
||||||
eyebrowLabel.debugBorder(show: hasDebugBorder, color: .green)
|
eyebrowLabel.debugBorder(show: hasDebugBorder, color: .green)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user