fixed constraint error
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
184d450c05
commit
3d52d210f3
@ -379,7 +379,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()
|
previousView?.pinBottom(0, .defaultHigh)
|
||||||
|
|
||||||
//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