make the last label a lower priority to anchor the bottom.

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-06-10 14:23:55 -05:00
parent c23d41d385
commit e42dc244c1

View File

@ -385,8 +385,8 @@ open class TitleLockup: View {
}
//pin the last view to the bottom of this view
previousView?.pinBottom(0)
previousView?.pinBottom(anchor: bottomAnchor, priority: .defaultLow)
//debugging for borders
eyebrowLabel.debugBorder(show: hasDebugBorder, color: .green)
titleLabel.debugBorder(show: hasDebugBorder, color: .green)