Always use dark mode on tvOS

This commit is contained in:
Cameron Gutman
2019-08-30 19:40:17 -07:00
parent a6cef32c9a
commit f2e03bbf1f
3 changed files with 2 additions and 4 deletions

View File

@@ -42,9 +42,7 @@ static const int LABEL_DY = 20;
_hostButton.layer.shadowOpacity = 0.3;
_hostLabel = [[UILabel alloc] init];
#if !TARGET_OS_TV
_hostLabel.textColor = [UIColor whiteColor];
#endif
_hostOverlay = [[UIImageView alloc] initWithFrame:CGRectMake(_hostButton.frame.size.width / 3, _hostButton.frame.size.height / 4, _hostButton.frame.size.width / 3, _hostButton.frame.size.height / 3)];