Releases: Creatiwity/VisualAnchors
Releases · Creatiwity/VisualAnchors
Version 3.0.0
- Swift 4.0 support
- Swift Package Manager support (thanks to @ThibaultVlacich)
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
- Fixes a case when setting a new constraint could override an existing constraint with a different relation
Version 2.0.0
This version adds Swift 3 support.
Version 1.1.0
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
Initial release to handle constraints an easier way.
See documentation: http://cocoadocs.org/docsets/VisualAnchors/1.0.0/