导入MediaPlayer.framework,引入头文件#import <MediaPlayer/MediaPlayer.h>
}
-(void)movieFinishedCallback:(NSNotification*)notify {
MPMoviePlayerController* theMovie = [notify object];
[[NSNotificationCenter defaultCenter] removeObserver:self
name:MPMoviePlayerPlaybackDidFinishNotification
object:theMovie];
[theMovie.view removeFromSuperview];
}
How to get the full error stack trace of SharePoint,布布扣,bubuko.com
How to get the full error stack trace of SharePoint
原文:http://blog.csdn.net/foxdave/article/details/23734163