I am loading a tableview. And on an event, an alertview will appear. After I cancel the alert view, I need to change the value in a cell in the table(refresh table). I am not able to access tableview from inside the alertview event. Help needed.
Share
Set delegate of your alert view to self and implement [alertView:didDismissWithButtonIndex:].