I have a tableView with a header and below that a prototype cell which repeats himself. Both contain text label and are dynamic.
First picture is how it looks like right now. And the second one how it should look like. I tried to add the prototype cell with auto layout 0 to the header view. But the auto layout is greyed out. How can I show both header and prototype cell without overlaying?