Tuesday, 27 August 2013

Going from UIViewController A to B and getting feedback

Going from UIViewController A to B and getting feedback

I go from view controller A to B by this code:
[self presentViewController:B animated:YES completion:^{
}];
How can I be notified when view B is dismissed and how can I post back
some parameters from B to A at this time?

No comments:

Post a Comment