HI there,
I\'m trying to use UIScreen to drive a separate screen with the VGA dongle on my iPad.
Here\'s what I\'ve got in my root view controller\'s viewDid
You need to init your window...
UIWindow *newwindow = [[UIWindow alloc] init];