UILayoutSupport & UILayoutGuide π
UILayoutSupport & UILayoutGuide are now supported in Equation base api !
It's time to clean the iPhone X support code :
button.bottomAnchor.constraint(equalTo: bottomLayoutGuide.topAnchor).isActive = true
into
button.Bottom == bottomLayoutGuide.Top
Happy coding π