objective-c – 是否可以在tableview中移动一个部分
发布时间:2020-12-14 17:21:28 所属栏目:百科 来源:网络整理
导读:我想在tableview中移动部分.我用Google搜索了我没有找到任何关于此的文件.任何文档或示例代码都会有所帮助. 谢谢 解决方法 您在UITableView类中有这些函数: – insertSections:withRowAnimation:– deleteSections:withRowAnimation:– moveSection:toSecti
我想在tableview中移动部分.我用Google搜索了我没有找到任何关于此的文件.任何文档或示例代码都会有所帮助.
谢谢 解决方法
您在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: (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |