Alek Zubala

3pods

AZConstraintsRegister

Lightweight tool to manage Auto Layout constraints using Visual Format Language.

All you need to do is to register a container view and its subviews, which you would like to layout using constraints.

Then just simple register constraints in the updateConstraints method.

To improve the readability of yout constraints you can register metrics on the AZConstraintsRegister and refer to them in the layout format.

See more: https://github.com/azubala/AZConstraintsRegister

License: MIT

  • Objective C