我有多个部分的表格,在特定部分我在该部分的页脚中有一个按钮。在该操作中,它应该编写代码以将下面的新部分添加到其中。但它没有在下面添加任何新部分。
[self.tableView beginUpdates];
[self.tableView insertSections:[NSIndexSet indexSetWithIndex:0]
withRowAnimation:UITableViewRowAnimationBottom];
[self.tableView endUpdates];