I have nested Stack Views and I am trying to set margins for the inner most Stack View but I'm getting Conflicting Constraints. I am trying to set the inside Stack View to 30 pixels from the top of the container Stack View and the conflict I get looks like this:
Stack View.top = top + 30
top = Stack View.top
I've read through the Apple documentation on setting margins and do not see which setting to use to avoid the conflict. The hint only narrows down the issue to a "constant, relation, or priority of one of the given constraints." I am looking for a solution using the Interface Builder or in Swift.