Increase font size for app names

This commit is contained in:
Cameron Gutman
2019-08-29 19:00:42 -07:00
parent 3dcca3a922
commit 1529058f52

View File

@@ -148,7 +148,7 @@ static UIImage* noImage;
[_appLabel setNumberOfLines:0];
[_appLabel setText:_app.name];
#if TARGET_OS_TV
[_appLabel setFont:[UIFont systemFontOfSize:16]];
[_appLabel setFont:[UIFont systemFontOfSize:24]];
[_appLabel setAdjustsFontSizeToFitWidth:YES];
[_appLabel setFrame: CGRectMake(0, 0, 200, 265)];
//custom image to do TvOS hover popup effect