Merge branch 'bugfix/titleLockup-tilelet' into 'develop'

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

See merge request BPHV_MIPS/vds_ios!251
This commit is contained in:
Bruce, Matt R 2024-06-10 19:31:34 +00:00
commit 01501bc7e5

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)