Is there a way to force a refresh of just a single header in UITableView?

后端 未结 4 971
半阙折子戏
半阙折子戏 2021-02-14 00:11

I have a UITableView where I want to force a refresh of just a specific section header row, not the data rows. For example, refresh the header for section 3. I know how to reloa

4条回答
  •  忘掉有多难
    2021-02-14 00:24

    UITableView does *not have any such method to reload only the header view/title ...You have to reload the whole section or the table.

提交回复
热议问题