Skip to content

Instantly share code, notes, and snippets.

@cdzombak
Last active October 17, 2016 14:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdzombak/f871701ce6e44e23eb79 to your computer and use it in GitHub Desktop.
Save cdzombak/f871701ce6e44e23eb79 to your computer and use it in GitHub Desktop.
Auto Layout Debugging
@cdzombak
Copy link
Author

cdzombak commented Nov 2, 2015

symbolic breakpoint on: UIViewAlertForUnsatisfiableConstraints then:

po [[UIWindow keyWindow] _autolayoutTrace]
po [[[UIApplication sharedApplication] keyWindow] _autolayoutTrace]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment