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.
Asked
Active
Viewed 223 times
2
-
3Welcome to Stackoverflow. Please take the time to go through the [How to ask a good question](https://stackoverflow.com/help/how-to-ask) section. Additionally read the [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). Please show your effort and that you tried to solve the problem. – Roan Aug 28 '17 at 06:34
-
use custom delegates – Anbu.Karthik Aug 28 '17 at 06:35
-
can u explain it in much more detail – PAVITHRAN R Aug 28 '17 at 06:36
1 Answers
1
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

Vinodh
- 5,262
- 4
- 38
- 68
-
Thank You! Vinodh .I have successfully completed the task.and once again thanks for your quick reply and hints. – PAVITHRAN R Aug 28 '17 at 12:14