I am using a UIStackView in iOS 9 SDK. The height of the stackview is 44 points. I have a UILabel and UIView inside the StackView as shown below:
Now, I wa
The breaking constraint problem can be easily fixed by setting the priority of width and height constraints to 800 or above.