Hacker News new | ask | show | jobs
by emkman 4265 days ago
Have you tried Masonry? It might be right for you if you want easier programatic use than NSLayoutConstraints provide. https://github.com/Masonry/Masonry
2 comments

Masonry works great! I've used it in every project since discovering it. I highly doubt I'd be using Autolayout without it or something similar.
Just superficially looking at the syntax, that looks like a great improvement over Autolayout! I'll have to check it out.