MPMoviePlayer controlStyle

后端 未结 4 734
情话喂你
情话喂你 2021-01-21 10:54

I want to hide the controls from the MPMoviePlayer with this code:

-(IBAction)video:(id)sender {

NSBundle *bundle = [NSBundle mainBundle];
NSString *moviePath =         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-21 11:25

    have you tried this [videoPlayerobj setControlStyle:MPMovieControlStyleNone];

提交回复
热议问题