简体   繁体   中英

Deleting a row of a tableview from another viewcontroller

I am new to iOS and I need to delete a row in the tabelView (which is in tableviewcontoller) from another view (detailviewcontroller) by clicking a button in the view. Can any one explain it in objective-c language.

Have a look at SO answer which will help you understand Custom delegate . please use the attached sample project which deletes a row from the detail view to the list view on button click

Sample tableview project

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