ios 4 新特性--------AssetsLibrary
一:assetslibrary
?
读取photo 和video
?
?
1:add AssetsLibrary
2:#import <AssetsLibrary/AssetsLibrary.h>
3:
?
?
?
?
二:在你的app 中播放视频
?
1:add MediaPlayer
2:#import <MediaPlayer/MediaPlayer.h>
3:
??
?-(void) movieFinishedPlaying: (NSNotification *) note { [[NSNotificationCenter defaultCenter] removeObserver:self name:MPMoviePlayerPlaybackDidFinishNotification object:[player moviePlayer]]; [player release];}?