Say, if we already have aScreen
that points to the main screen, by
UIScreen *aScreen = [UIScreen mainScreen];
can we get to the main UIWindow
object from this UIScreen
object? (do they have any connection at all? That is, instead of using [UIApplication sharedApplication].keyWindow
)