In iOS, what method can be used to check layout ambiguity?
[view hasAmbiguousLayout]
In iOS, what method can be used to check what is ambiguous?
[view exerciseAmbiguityInLayout]
In iOS, what method can be called to identify what constraints are making a view that size?
[view constraintsAffectingLayoutForOrientation:]
In iOS, what method must be called to animate a constraint?
[view layoutIfNeeded]