Auto Layout Flashcards
1
Q
In iOS, what method can be used to check layout ambiguity?
A
[view hasAmbiguousLayout]
2
Q
In iOS, what method can be used to check what is ambiguous?
A
[view exerciseAmbiguityInLayout]
3
Q
In iOS, what method can be called to identify what constraints are making a view that size?
A
[view constraintsAffectingLayoutForOrientation:]
4
Q
In iOS, what method must be called to animate a constraint?
A
[view layoutIfNeeded]