Hide cells in a UITableView with static cells - and no autolayout crash

前端 未结 9 1775
庸人自扰
庸人自扰 2021-01-01 16:01

I have a table view form created using Static Cells in IB/Storyboard. However, I need to hide some of the cells at runtime depending on certain conditions.

I have fo

9条回答
  •  再見小時候
    2021-01-01 16:35

    The kosher way to do this is to use dynamic cells, setting the row height to 0 is a hack. Static cells are very convenient but limited in functionality.

提交回复
热议问题