bhlvoong / LBTATools

Set of tools to drastically improve development speed of UI in iOS applications
MIT License
727 stars 94 forks source link

Add constraint Method with enum #16

Closed michaelversus closed 4 years ago

michaelversus commented 4 years ago

Hello Brian. Great job with this library!

constraint method example:

label.constraint(
  .leading(view.leadingAnchor, constant: 10),
  .trailing(view.trailing, constant: 10)
)