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.