iphone - Method for when the modal view has been dismissed -
I have created an application with a model view that I can show and then dismiss it. When the model view has been sacked, is it an easy way to know? The model view has been rejected and do not know the best way to do this once I would like to reload the data in the table.
Thanks
UIViewController has property named parentViewController
In this case that the view controller is rendered modally, the parentViewController
returns the controller to see the property point that the Model View Controller presents.
In your Model View Controller, If your Guardian View Controller is a Table View If you have an administrator, you should be able to call
- (zero) viewviewYou: (BOOL) animated ([Super ViewView Size: Animated]; [Manual Point Controller DoSomething];}
[self.parentViewController.table reloadData];
trying to get.
Comments
Post a Comment