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
For the upcoming net10.0 branch, change the override for ComputeConstraintForView so that it returns the constraint value directly, and set ComputedConstraint via the return value. Also, make the setter for ComputedConstraint private so it can only be set internally. This clarifies the API and helps custom layouts leverage constraint logic by overriding ComputeConstraintForView and returning the appropriate constraint.