SnapKit v3.2.0 Release Notes

Release Date: 2017-02-11 // about 7 years ago
    • โž• Added isActive to Constraint so you can see if there are any active NSLayoutConstraint's that are currently active as a result of the backing constraint.
    • Made Constraint layoutConstraints public again so you can publicly access the layout constraints. Use with caution as SnapKit expects ownership of these.
    • ๐Ÿ›  Fixed bug with contentCompressionResistanceHorizontalPriority (#387)
    • ๐Ÿ›  Fixed missing topMargin with contentCompressionResistanceHorizontalPriority (#393)
    • โž• Added more robust priority support (#345)