Skip to content

UILayoutSupport & UILayoutGuide πŸ“

Compare
Choose a tag to compare
@s4cha s4cha released this 20 Nov 18:27
· 186 commits to master since this release

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 πŸŽ‰