Auto Layout for tableHeaderView
I've been trying to improve my layout techniques by learning Auto Layout, but I've stumbled across an issue that I just haven't been able to solve. Here's what happens: there's a view controller containing, among other things, a UITableView and a UIView . This view is placed just below the table view, and its height does not extend to the full screen height (let's say it takes up the top half of it). The table view, using a grouped style and placed just above the mentioned view, has a translucent background, so that you can actually see the contents of the view just below it. Since the view