Changelog History
Page 2
-
v4.6.0 Changes
September 30, 2019๐ Changed
- โ Adds support for Xcode11 & Swift 5.1
-
v4.5.0 Changes
April 02, 2019โก๏ธ Updates to swift 5 ๐
-
v4.4.4 Changes
March 09, 2019fillContainer
now returns self to make it chainable (courtesy of @n13 ) -
v4.4.3 Changes
January 03, 2019๐ Changed
๐ Fixes Equation api >= broken operator
-
v4.4.2 Changes
January 03, 2019๐ Changed
๐ Fixes view.bottom/top/right/leftConstraint possibly returning wrong constraint if the one you want is not there yet. (looking for constraint in the view itself after looking for it in the superview) The fix makes sure it only looks for the constraint in the view itself for width and height constraints, that corresponds to constraints added via width/heightAnchors api.
-
v4.4.1 Changes
December 28, 2018- ๐ฑ Make sure
userAddedConstraints
doesn't return layout margins. Fixes #104 Kudos @mpsnp ๐ - Code clean
- ๐ Removing deprecated tap helper (discussion here #42) alternatives : https://github.com/XCEssentials/ViewEvents
- ๐ฑ Make sure
-
v4.4.0 Changes
September 18, 2018- ๐ฑ Migrates to Swift 4.2 ๐
-
v4.3.2 Changes
September 09, 2018โ Adds support for baselines, kudos to @bellebethcooper for bringing this up ๐
align(lastBaselines: label, label2, label3) label.FirstBaseline == label.LastBaseline
๐ Fixes #90 Thanks @leidi0129 for spotting the issue ๐
-
v4.3.1 Changes
September 09, 2018๐ This release adds
centerXConstraint
¢erYConstraint
helpers.๐ฑ Thanks to @Shadester for pointing this out ๐
-
v4.3.0 Changes
April 04, 2018๐ Supports Xcode 9.3 & Swift 4.1 ๐