Y
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
rbritton
4264 days ago
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.
link
archagon
4265 days ago
Just superficially looking at the syntax, that looks like a great improvement over Autolayout! I'll have to check it out.
link