I am loading a UITableView
header from a xib. The header is displayed, however it is being stretched rather than being displayed as compact as possible.
Below is a screenshot from the view debugger:
As you can see, the text field with "Bob's Pizza" has been stretched quite tall.
How can I get the view to layout to its minimum height?