Y
Hacker News
new
|
ask
|
show
|
jobs
by
rimliu
2780 days ago
I think UIStackView would be much simpler solution for this ;)
2 comments
gk_brown
2780 days ago
UIStackView is a step in the right direction, but it doesn't go far enough. It's still not truly declarative; it requires you to think in terms of content priorities; and it doesn't support z-ordering.
link
dep_b
2780 days ago
I rarely use them unless I have a "just fill this space between eachother" problem.
link