In my app, I have setup a UIView\'s constraints in a way where its height gets calculated from its width using the aspect ratio constraint. It works perfectly on iOS8 with every
Indeed, this must be OS (iOS 7) bug. I've spent few days debugging autolayout collapsing totally (note: NO NSLayout exceptions). I've almost collapsed too.
It was ALL due to using some combinations of constraints together with aspect-ratio constraints.