Open EdgarDegas opened 3 years ago
I can't manage to set up a constraint like
label.Trailing <= view.safeAreaLayoutGuide.Trailing
, which is totally fine in the layout system:
label.trailingAnchor.constraint(lessThanOrEqualTo: view.safeAreaLayoutGuide.trailingAnchor) .isActive = true
Will Stevia consider implement this?
+1 to this suggestion
I can't manage to set up a constraint like
, which is totally fine in the layout system:
Will Stevia consider implement this?