uitableview - Reloading parse data after dismissing modal view controller -
i stuck on trying figure how reload objects parse after dismiss modal view. typically can call [self loadobjects] dont know how call after model view dismissed. modal view used post data parse, want data loaded in tableview once modal view dismissed.
thanks in advance.
if want reload after modal dismissed, recommend moving using dismissviewcontrolleranimated:completion
dismiss modal , calling [self loadobjects]
inside completion block
Comments
Post a Comment