You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add support for additional operators other than == to layout anchors (SteviaLayoutXAxisAnchor, SteviaLayoutYAxisAnchor), such as <<=>>=?
We work around this now by using multiple constraints with differing priorities.
The text was updated successfully, but these errors were encountered:
We use Stevia to lay out views with respect to the layout guides and safe area. We often want to express a bottom constraint as <=. For instance, from some code we’re currently using:
Would it be possible to add support for additional operators other than
==
to layout anchors (SteviaLayoutXAxisAnchor
,SteviaLayoutYAxisAnchor
), such as<
<=
>
>=
?We work around this now by using multiple constraints with differing priorities.
The text was updated successfully, but these errors were encountered: