Skip to content

4.4.2

Compare
Choose a tag to compare
@s4cha s4cha released this 03 Jan 10:53
· 125 commits to master since this release

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.