我在一个名为MYVideo的类中使用MPMoviePlayerController。这是代码:#import#import"MYVideo.h"@interfaceMYVideo()@property(strong,nonatomic)UIView*viewRef;@property(strong,nonatomic)NSDictionary*contentData;@property(strong,nonatomic)MPMoviePlayerController*videoController;@end@implementationMYVideo@synthesizecontent