UITableView: Handle cell selection in a mixed cell table view static and dynamic cells

后端 未结 6 1977
谎友^
谎友^ 2020-12-05 17:30

I am trying to mix dynamic and static cells in a grouped table view: I would like to get two sections with static cells at the top followed by a sec

6条回答
  •  一整个雨季
    2020-12-05 17:34

    BEST & YET EASIEST Way for using Custom Dynamic Cells with Static Cells:

    1) Place Container View in the Header of a Dynamic TableView 2) Assign the Static TableView to this Container and Untick the "Scrolling Enabled"

提交回复
热议问题