DEV Community

Cover image for Creating UIViews Constraints Programmatically Using PureLayout

Creating UIViews Constraints Programmatically Using PureLayout

Instabug on December 20, 2017

Written by Aly Yakan Today, we’ll walk you through creating constraints programmatically -- building a simple mobile application’s UI co...
Collapse
 
eli profile image
Eli Bierman

Thanks for this guide! I always forget those first few steps. PureLayout seems really nice too.

Apple pushes the interface builder so hard, but programmatic layouts are definitely the way to go. NIBs are a pain to manage in version control, and Storyboards are even worse. Programmatic layouts are just so much easier to maintain.

Collapse
 
abelagoi profile image
Agoi Abel Adeyemi

Nice Article bro, keep the good work