Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CPWindow - (void)visualizeConstraints:(CPArray)constraints #16

Open
cacaodev opened this issue Sep 28, 2016 · 0 comments
Open

Comments

@cacaodev
Copy link
Owner

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.

@cacaodev cacaodev changed the title - (void)visualizeConstraints:(NSArray)constraints Implement CPWindow - (void)visualizeConstraints:(CPArray)constraints Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant