0

I want to add a custom view (Customize bar) in mpmovieplayercontroller in full screen. I tried below code:

[[[UIApplication sharedApplication] keyWindow] addSubview:self.viewMediaControls];

Its working fine in iOS 5 but its not working in iOS 6. So please can any one suggest me idea for this.

Thanks

Mitesh Khatri
  • 3,935
  • 4
  • 44
  • 67

1 Answers1

1

Please check answer given in below link. This may be duplicate of that question. Adding views to MPMoviePlayerController view after touching fullscreen button in control style MPMovieControlStyleEmbedded

Community
  • 1
  • 1
Hrishikesh
  • 498
  • 4
  • 19