UISizeConstraint MinSize and MaxSize cannot be set to the same value

Attempting to set the MinSize of UISizeConstraint to the same value as the MaxSize returns “Failed to set SizeConstraint’s MinSize as it is larger than MaxSize

Doing it the other way around returns the opposite.

1000 is not greater or smaller than 1000.

3 Likes

This looks like it’s been fixed.

1 Like