How to scroll the header along with the UITableView?

前端 未结 6 1868
一整个雨季
一整个雨季 2021-02-02 07:07

I have a UITableView with a header. the problem I currently have is that the header doesn\'t scroll with the table. I need it to scroll off screen (above) when the

6条回答
  •  囚心锁ツ
    2021-02-02 07:49

    Changing the UITableViewStyle from Plain to Grouped make the section header to scroll with the other cells.

提交回复
热议问题