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

increased the priority

See merge request BPHV_MIPS/vds_ios!252
This commit is contained in:
Bruce, Matt R 2024-06-10 19:51:24 +00:00
commit 894966dc92

View File

@ -385,7 +385,7 @@ open class TitleLockup: 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
eyebrowLabel.debugBorder(show: hasDebugBorder, color: .green)