Add view in MoviePlayer Full screen iOS 6

261 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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