标签: objective-c ios xcode uitableview
我想在tableview中移动部分。我用Google搜索了我没有找到任何关于此的文件。任何文档或示例代码都会有所帮助。 感谢
答案 0 :(得分:1)
您在UITableView类中有这些功能:
– insertSections:withRowAnimation: – deleteSections:withRowAnimation: – moveSection:toSection:
官方API文档中详细记录了它们:
http://developer.apple.com/library/ios/#documentation/uikit/reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/instm/UITableView/moveSection:toSection: