Merge branch 'develop' into mbruce/bugfix

This commit is contained in:
Matt Bruce 2024-06-11 10:37:36 -05:00
commit 89be89c3cc

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: UILayoutPriority(700))
//debugging for borders
eyebrowLabel.debugBorder(show: hasDebugBorder, color: .green)
titleLabel.debugBorder(show: hasDebugBorder, color: .green)