Hacker News new | ask | show | jobs
by msie 4024 days ago
Stack Views is really cool! I don't need the full power and complexity of AutoLayout.
1 comments

I saw them as being more of a replacement for UITableView for the cases where you don't need all of its dynamism (cell re-use, etc), and whipping together half a dozen static table cells involves too much ceremony. In fact I was hoping I'd be able to use Stack Views to get in the ballpark and then do final tweaking with AutoLayout...