Auto Layout Flashcards

1
Q

In iOS, what method can be used to check layout ambiguity?

A

[view hasAmbiguousLayout]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In iOS, what method can be used to check what is ambiguous?

A

[view exerciseAmbiguityInLayout]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In iOS, what method can be called to identify what constraints are making a view that size?

A

[view constraintsAffectingLayoutForOrientation:]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In iOS, what method must be called to animate a constraint?

A

[view layoutIfNeeded]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly