My app supports HDMI Output.
I asked the code for the resolution of the TV and got 1920 x 1080 px for
externalScreen.bounds
OK, everyth
The setting that works best for most TVs is:
externalScreen.overscanCompensation = UIScreenOverscanCompensationInsetBounds | UIScreenOverscanCompensationInsetApplicationFrame; // this is the same as setting it to 3
Just setting it to UIScreenOverscanCompensationInsetApplicationFrame can cause misalignment of the UIWindow contents.