退出全屏

监听done完成 退出全屏
[[NSNotificationCenter defaultCenter] addObserver:self 
                                         selector:@selector(doneButtonClick:) 
                                             name:MPMoviePlayerWillExitFullscreenNotification 
                                           object:nil];
-(void)doneButtonClick:(NSNotification*)aNotification{

}


你可能感兴趣的:(object)