Hello,
does anyone know if it's possible to push navigationController as a subView of UIApplication.
For instance like this
[[[UIApplication sharedApplication]keyWindow]addSubview:[self.navigationController pushViewController:rvController animated:YES]];
This doesn't work of course else I wouldn't have asked the question;).
But something like this. It would be great if I could do this because then it means that I can push this view on top of my movieplayercontroller object.