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
Swiftstraints helps me a lot because it reduces a lot of codes and I love it.
One thing I'm curious is, if there's another way of adding constraints instead of set isActive on each constraint.
Swiftstraints helps me a lot because it reduces a lot of codes and I love it.
One thing I'm curious is, if there's another way of adding constraints instead of set
isActive
on each constraint.As is:
To be:
But the
To be
code isn't compiled, it says:Error:(17, 41) binary operator '==' cannot be applied to two 'NSLayoutXAxisAnchor' operands
.Is there any workaround?
Thank you.
The text was updated successfully, but these errors were encountered: