How can I call a custom -(void) in the parentViewController of a MPMoviePlayerViewCotroller when is is dismissed?
Asked
Active
Viewed 108 times
0
-
Give more details on what you tried and what you are trying to achieve. Include some code too if possible. – Simon Germain Nov 04 '12 at 19:59
1 Answers
2
Try to call it in the viewDidAppear of the parentViewController.
Set a flag before showing the MPMoviePlayerViewController and check it in viewDidAppear. Then call your own method accordingly.
Hope this helps.

FD_
- 12,947
- 4
- 35
- 62