All Versions
5
Latest Version
Avg Release Cycle
199 days
Latest Release
2214 days ago
Changelog History
Changelog History
-
v2.1 Changes
March 05, 2019๐ Fixed compile time issues.
๐ฑ > Support Swift 4.2 ๐๐๐
-
v2.0.0 Changes
December 21, 2017๐ Improved
๐ฑ > Support Swift 4 and Xcode 9 ๐๐๐
-
v1.2.0 Changes
December 14, 2017๐ Released on 2017-9-12.
๐ Improved
- โ Added the chainable syntax support.
- โ Added the carthage support for iOS, macOS, tvOS
๐ Changed
- ๐ Deprecated the below Methods, For more details see the [ApplyViewConstraint](./KVConstraintKit/ApplyViewConstraint.swift) extension of View.
public final func applyAspectRatioConstraint() public final func applyWidthConstraint(_ width: CGFloat) public final func applyHeightConstraint(_ height: CGFloat) public final func applyAtLeastHeightConstraint(_ height: CGFloat) public final func applyAtMostHeightConstraint(_ height: CGFloat) public final func applyAtLeastWidthConstraint(_ width: CGFloat) public final func applyAtMostWidthConstraint(_ width:CGFloat) public final func applyLeftPinConstraintToSuperview(_ padding: CGFloat) public final func applyRightPinConstraintToSuperview(_ padding: CGFloat) public final func applyTopPinConstraintToSuperview(_ padding: CGFloat) public final func applyBottomPinConstraintToSuperview(_ padding: CGFloat) public final func applyLeadingPinConstraintToSuperview(_ padding: CGFloat) public final func applyTrailingPinConstraintToSuperview(_ padding: CGFloat) public final func applyCenterXPinConstraintToSuperview(_ offsetX: CGFloat) public final func applyCenterYPinConstraintToSuperview(_ offsetY: CGFloat) public final func applyConstraintToCenterHorizontallyInSuperview(_ offsetX: CGFloat = 0) public final func applyConstraintToCenterVerticallyInSuperview(_ offsetY: CGFloat = 0) public final func applyConstraintToCenterInSuperview(_ offset:CGPoint = CGPoint.zero) public final func applyConstraintFitToSuperview(_ padding: CGFloat ) public final func applyConstraintFitHorizontallyToSuperview(_ padding: CGFloat = 0.0) public final func applyConstraintFitVerticallyToSuperview(_ padding: CGFloat = 0.0) public final func applyConstraintFitToSuperview(contentInset inset:EdgeInsets = EdgeInsets.zero)
-
v1.1 Changes
September 16, 2017๐ Released on 2017-6-10.
โ Added
- โ Added support for macOS
๐ Improved
- ๐ Now support Swift 3 and Xcode 8
-
v1.0.0 Changes
December 31, 2016๐ Released on 2016-12-31.
โ Added
- ๐ Initial release of KVConstraintKit.
- โ Added by Keshav Vishwkarma.