We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get this error when running
(void)prepareScreen { @Try { if ([[UIScreen screens] count] > 1 && nativeTVOUT) {
// Internal display is 0, external is 1. externalScreen = [[[UIScreen screens] objectAtIndex:1] retain]; screenModes = [[externalScreen **availableModes**] retain]; // Allow user to choose from available screen-modes (pixel-sizes). /* UIAlertView *alert = [[[UIAlertView alloc] initWithTitle:@"External Display Detected!" message:@"Choose a size for the external display." delegate:self cancelButtonTitle:nil otherButtonTitles:nil] autorelease]; */ NSObject *alert;
The text was updated successfully, but these errors were encountered:
Sorted it
Cheers
Sorry, something went wrong.
Hey, craig171171, how did you solve it? same issue here...thanks.
Hi
Just take out that line with // in front of it
So it will be
// screenModes = .........
Hope this sorts
No branches or pull requests
get this error when running
(void)prepareScreen
{
@Try
{
if ([[UIScreen screens] count] > 1 && nativeTVOUT) {
The text was updated successfully, but these errors were encountered: