Skip to content

Releases: Creatiwity/VisualAnchors

Version 3.0.0

19 Sep 14:00
Compare
Choose a tag to compare

The priority attribute has been changed to UILayoutPriority instead of Float, allowing you to use the built-in constants .required or .defaultHigh for example.

Version 2.1.0

10 Jan 10:54
Compare
Choose a tag to compare
  • Fixes a case when setting a new constraint could override an existing constraint with a different relation

Version 2.0.0

20 Sep 09:51
Compare
Choose a tag to compare

This version adds Swift 3 support.

Version 1.1.0

24 Aug 13:29
Compare
Choose a tag to compare

Adds create() method to optimize constraint adding performance.
This method is to be used when you are sure that the constraint is a new one and does not replace an existing one.

See documentation: http://cocoadocs.org/docsets/VisualAnchors/1.1.0/

Version 1.0.0

24 Aug 13:31
Compare
Choose a tag to compare

Initial release to handle constraints an easier way.

See documentation: http://cocoadocs.org/docsets/VisualAnchors/1.0.0/