DEV Community

Discussion on: Creating UIViews Constraints Programmatically Using PureLayout

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.