解决方法
您在UITableView类中有这些函数:
– insertSections:withRowAnimation: – deleteSections:withRowAnimation: – moveSection:toSection:
它们在官方API文档中有详细记录: