Now I try to insert a certain margin between views in StackView. But somehow there are constraints which I certainly didn't set. So, I assume a system create these unexpected conflicts. But I don't have confidence, so am I right?
The detail of this conflict is second one.top = first one.bottom
.
But I never create this constraint, but I did create second one.top = first one.bottom + 10
.
Why is the former constraint created?
Is that StackView's nature?
Thanks.