huy nguyen
Results
1
comments of
huy nguyen
thank winterlovesong comment code in ALMoviePlayerController.m file: /* (id)init { return [self initWithFrame:CGRectZero]; } (id)initWithContentURL:(NSURL *)url { [[NSException exceptionWithName:@"ALMoviePlayerController Exception" reason:@"Set contentURL after initialization." userInfo:nil] raise]; return nil; } */