I am trying to adjust the cell height for one of the cells on my table view. I am adjusting the size from the \"row height\" setting inside the \"size inspector\" of the cel
Open the storyboard in the XML view and try to edit the rowHeight attribute of the wanted element.
rowHeight
It worked for me when I tried to set custom rowHeight for my prototyped row. It's not working via inspector, but via XML it works.