UI Deploy

Curated, Short, Web UI Dev we Love.

Open Source Swift Library Allowing You To Create Complex Auto Layout Layouts from Code

Previously I mentioned the FLKLAutoLayout that allows you to easily create complex auto layouts from code.

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

Advertisement