Private Api in MPMoviePlayerController
- by mactalent
Hello All,
Can we use private method in MPMoviePlayerController
e.g:
-(void)setOrientation:(int)orientation animated:(BOOL)value;
for playing movie in portrait mode. Did apple approve private api?