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?
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?
No, Apple does not approve use of private APIs of any kind, if they find that you've been using private APIs, they will reject your application.