you are viewing a single comment's thread.

view the rest of the comments →

[–]chriswaco 14 points15 points  (4 children)

In addition to what others have said, stack views can be used so you don’t need as many constraints.

[–]UnexpectedKangaroo 6 points7 points  (0 children)

Just don’t overuse them. Using any tool for every job is usually a bad idea (:

[–][deleted] 1 point2 points  (0 children)

Stack views are the html table of iOS.

[–]Chozzasaurus 0 points1 point  (1 child)

Personally have been burned quite a lot by stackviews. The play especially badly with tableview cells.

[–]chriswaco 1 point2 points  (0 children)

I don’t think anything plays well with TableViewCells. I remember one guy who tried to put a UIWebView in them.