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