You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The constraints to visualize. All constraints must be held by views in the window.
Discussion
The constraints to visualize are typically discovered by identifying a view whose layout is unexpected and then calling constraintsAffectingLayoutForOrientation: on that view.
This method should only be used for debugging constraint-based layout. No application should ship with calls to this method as part of its operation.
The text was updated successfully, but these errors were encountered:
cacaodev
changed the title
- (void)visualizeConstraints:(NSArray)constraints
Implement CPWindow - (void)visualizeConstraints:(CPArray)constraints
Sep 28, 2016
The constraints to visualize. All constraints must be held by views in the window.
Discussion
The constraints to visualize are typically discovered by identifying a view whose layout is unexpected and then calling constraintsAffectingLayoutForOrientation: on that view.
This method should only be used for debugging constraint-based layout. No application should ship with calls to this method as part of its operation.
The text was updated successfully, but these errors were encountered: