Here’s an auto layout helper library created in Swift from Robert Böhnke inspired by FLKAutoLayout.
Cartography supports all of the auto layout attributes available in for auto layout in iOS 7, and to use it you simply need to supply Cartography with your views, and specify the different attributes within a closure making for a very clean readable syntax.
view source