Im making anApp which has a address which has a listing page and a detail page .
If i click on email address of the detail page , it pops to the listing page. i want to show a tick on the listing page whose email is selected.(like shown below). The cell has a image (tick)
.I want change the outlet of the image in the cell when the lising page is reloaded. The cellforrowatindexapath is obiously not called when table is reloaded.Is there any way that i can get the index path of the cell .so that i can change the outlet of the cell when table is reloaded.Thank you....