简体   繁体   中英

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

how to delete particular row in table view in 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:

You should read the UITableView documentation .

Editions are done with the UITableViewDelegate .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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