注意:请参阅底部的更新。我有一个应用程序可以从列表中一个一个地播放视频。因此,为了测试此功能,我创建了一个只有一个ViewController的简单应用程序。我在实现this之前引用了此博客ViewController。ViewController命名为TNViewController,其实现如下:#import#import@interfaceTNViewController:UIViewController{@privateNSMutableArray*_videoArray;int_currentVideo;MPMoviePlayerController*_moviePlayer