简体   繁体   English

如何在表格视图中删除特定行并编辑该自定义单元格详细信息

[英]how to delete particular row in table view and edit that custom cell details

how to delete particular row in table view in Xcode. 如何在Xcode的表格视图中删除特定行。 when we can delete one particular row in table view. 当我们可以删除表格视图中的特定行时。 and also edit that custom cell objects in another view 并在另一个视图中编辑该自定义单元格对象

You can use deleteRowsAtIndexPaths:withRowAnimation: 您可以使用deleteRowsAtIndexPaths:withRowAnimation:

You should read the UITableView documentation . 您应该阅读UITableView文档

Editions are done with the UITableViewDelegate . 版本是通过UITableViewDelegate完成的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM