cappuccino icon indicating copy to clipboard operation
cappuccino copied to clipboard

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

Open cacaodev opened this issue 8 years ago • 0 comments

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 avatar Sep 28 '16 16:09 cacaodev