2.5 years of mac and iOS development and i haven't found an answer to something.
I'm working on a project utilizing iOS 5.0 and apple TV's airplay to display one UIScreen on the iPad and a separate one on my Apple TV. I have 2 separate view controllers and they display fine on each respectively.
The issue is that the apple tv screen size returns at 720p not 1080p. So i get a bordered view controller at 1280 X 720 displayed and not a full screen representation of 1920 x 1080. The effect is my view controller is cropped not scaled.
I tried the naughty things like changing screen bounds of the UIScreen and the view controller bounds but that doesn't work.
Simply put:
Does iOS 5 support a full screen 1080p view controller to be displayed? if so how did you do it?
EDIT:
So the question is modified that if only 720p is possible to display then how do i get the app to display its view controller fullscreen and not cropped/letterboxed?