I would like to know if there is a simple way to access the main window or view in IOS. Something similar to:
[UIScreen mainScreen]
Thank you.<
If you have a pointer to some subview in the window, you can easily access its window:
UIWindow *window = mySubview.window;