Open jdisho opened 5 years ago
Hello ๐
In this PR, I create extensions around NSLayoutConstraints, NSLayoutXAxisAnchor, NSLayoutYAxisAnchor to replace the redundant ConstraintRelation switches implemented in TinyConstraints.swift.
NSLayoutConstraints
NSLayoutXAxisAnchor
NSLayoutYAxisAnchor
ConstraintRelation
TinyConstraints.swift
Hello ๐
In this PR, I create extensions around
NSLayoutConstraints
,NSLayoutXAxisAnchor
,NSLayoutYAxisAnchor
to replace the redundantConstraintRelation
switches implemented inTinyConstraints.swift
.