yangjw
Results
3
comments of
yangjw
can you help us? ERR: [[NSException exceptionWithName:@"ALMoviePlayerController Exception" reason:@"Set contentURL after initialization." userInfo:nil] raise];
Thank!!! its working. ex: - (id)initWithFrame:(CGRect)frame { if ([[[UIDevice currentDevice] systemVersion] integerValue] >= 8) { self = [super initWithContentURL:nil]; } else { self = [super init]; } if ( self...
@shuaiyinoo 已经解决了