AutoLayoutPlus is a Swift library consisting in a set of extensions to help dealing with Auto Layout programatically. With AutoLayoutPlus you don’t need to change the way you’ve always worked with Auto Layout, it should feel as natural complement.
Keep reading for some more details on what’s included (and have a look at the example provided)!
Features:
- AutoLayoutPlus complements the existing UIKit methods to create constraints for your views.
- Helper methods for the most repetitive tasks (center view, apply the same constraint to multiple views, fill view horizontally, etc).
- Makes your code less verbose and easier to follow.
- No need to learn yet another DSL or library: AutoLayoutPlus feels natural and provides a similar experience to the methods you are already familiar with!

Leave a Reply
You must be logged in to post a comment.