Allow click and drag via tvOS remote trackpad

This commit is contained in:
Cameron Gutman
2019-08-29 18:55:33 -07:00
parent 9b8f230c46
commit 3dcca3a922
3 changed files with 45 additions and 0 deletions

View File

@@ -50,6 +50,8 @@
[self.navigationController setNavigationBarHidden:YES animated:YES];
[(StreamView*)self.view setupStreamView];
[self.stageLabel setText:[NSString stringWithFormat:@"Starting %@...", self.streamConfig.appName]];
[self.stageLabel sizeToFit];
self.stageLabel.textAlignment = NSTextAlignmentCenter;