Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MPMoviePlayerViewCotroller が閉じられたときに、MPMoviePlayerViewCotroller の parentViewController でカスタム -(void) を呼び出すにはどうすればよいですか?
parentViewController の viewDidAppear で呼び出してみてください。
MPMoviePlayerViewController を表示する前にフラグを設定し、viewDidAppear で確認します。次に、それに応じて独自のメソッドを呼び出します。
お役に立てれば。