Is it possible to add a subview over the window from a uiviewcontroller and then removing that also?
Thanks Pankaj
It works for me:
[[[[UIApplication sharedApplication] windows] objectAtIndex:0] addSubview:yourView];