2
votes

I am stuck on trying to figure how to reload objects from parse after I dismiss a modal view. Typically I can just call [self loadObjects] but dont know how to call this immediately after the model view is dismissed. The modal view is used to post data to parse, I want the data to be loaded in the tableview once the modal view is dismissed.

Thanks in advance.

1

1 Answers

0
votes

If you always want to reload after the modal is dismissed, then I would recommend moving using dismissViewControllerAnimated:completion to dismiss your modal and calling [self loadObjects] inside the completion block