Creatiwity

1pod

VisualAnchors

VisualAnchors is a library that aims to allow developers to programmatically use constraints in an easier way than the officially-documented way.

It extends UIView by adding an attribute containing the anchors of the view (leading, trailing, top, ...). You just have to assign an anchor to an other following the notation anchor1 = constant + anchor2 * multiplier.

License: MIT

  • Swift