标签: ios swift uitableview
我有一个自定义UITableViewHeaderFooterView的表视图。
UITableViewHeaderFooterView
我正在使用insertRowAtIndexpath插入单元格。
insertRowAtIndexpath
我要在插入单元格后重新加载。我尝试了以下方法:
let footer = tableView.footerView(withIdentifier: footerIdentifier) as? CustomFooter footer.data = customData
,但没有刷新。有帮助吗?