Sorry, I don't seem to need to stand to comment on other posts. So, here is some code that may be useful for exploring the new external display support:
NSUInteger numScreens = [[UIScreen screens] count];
DLog(@"[[UIScreen screens] count] = %d", numScreens);
NSUInteger j = 0;
for (UIScreen *screen in [UIScreen screens])
{
DLog(@" screen %d", j++);
NSArray *modes = [screen availableModes];
for (int i = 0; i < [modes count]; ++i)
{
UIScreenMode *mode = [modes objectAtIndex:i];
DLog(@" modes[%d] : size = (%f, %f) ; aspect ration = %f", i, mode.size.width, mode.size.height, mode.pixelAspectRatio);
}
}
, - - . Apple Component AV Cable. , , USB 30- , iPhone/iPad .
, , , iPhone/iPad. .