AutoLayoutDance 0.0.3

AutoLayoutDance 0.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Nicola Zaghini

A pretty quick (<100 lines) tool to debug your AutoLayout ambiguos layout.

  1. Add the pod to your podfile pod 'AutoLayoutDance', '0.0.1'
  2. Trigger the dance with [[NZAutoLayoutDance sharedInstance] triggerDanceOnAmbiguousLayout];
  3. Visually figure out which constraints are missing

In the provided demo, AutoLayoutShakeDemo, the shake gesture is used as a trigger to start the dance!

Have fun!