Since I've updated to Xcode 7.3 I have a problem with UIStackView
. If I create an empty project and just put two UILabel
s in UIStackView
with default hugging and compression priorities, it shows me AutoLayout misplacement error. It even doesn't work with one(!) UILabel
in UIStackView
, so priorities doesn't matter (as I think, maybe there is the problem).
As I remember in Xcode prior 7.3 everything was fine. I checked on two MacBook Pro separately, it's the same issue.
Does anybody know how to fix it?