Custom Cell Row Height setting in storyboard is not responding

后端 未结 18 2077
名媛妹妹
名媛妹妹 2020-11-30 16:54

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

18条回答
  •  失恋的感觉
    2020-11-30 17:14

    Open the storyboard in the XML view and try to edit the rowHeight attribute of the wanted element.

    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.

提交回复
热议问题