Review Comment Changes
This commit is contained in:
parent
f32cc7d05c
commit
c908606b79
@ -44,7 +44,7 @@ import Foundation
|
||||
constraint.priority = .defaultHigh
|
||||
constraint.isActive = true
|
||||
|
||||
spaceBetweenViews = caretButton.topAnchor.constraint(equalTo: headlineBody.bottomAnchor, constant: spaceBetweenConstant)
|
||||
spaceBetweenViews = caretButton.topAnchor.constraint(greaterThanOrEqualTo: headlineBody.bottomAnchor, constant: spaceBetweenConstant)
|
||||
spaceBetweenViews?.isActive = true
|
||||
|
||||
//Caret view
|
||||
|
||||
Loading…
Reference in New Issue
Block a user