QuickLayout offers an additional way, to easily manage the Auto Layout using only code. You can harness the power of QuickLayout to align your interface programmatically without even creating constraints explicitly.

Features:

  • Extension to QLView that contains functionality that allows you to set constraints directly from the view itself.
  • Extension to Array of QLView that contains functionality that allows you to set constraints directly from an array of views.

Leave a Reply