UITableView圆角第一个也是最后一个刷新时的问题table

UITableView rounded corners the first and last one problem when refreshing the table

我使用 UITableView 并成功地为第一个和最后一个单元格设置了圆角,但是如果我想刷新 table(拉动刷新)并且有一个新单元格 table 将像图片一样。

如何清除缓存的圆角单元格并解决此问题?

您可以在之前的最后一行调用 reloadRows(at:with:)