Merge branch 'develop' into 'feature/monarch'
make the last label a lower priority to anchor the bottom. See merge request BPHV_MIPS/vds_ios!253
This commit is contained in:
commit
46cc7c6559
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user