mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 06:01:13 +00:00
Increase font size for app names
This commit is contained in:
@@ -148,7 +148,7 @@ static UIImage* noImage;
|
|||||||
[_appLabel setNumberOfLines:0];
|
[_appLabel setNumberOfLines:0];
|
||||||
[_appLabel setText:_app.name];
|
[_appLabel setText:_app.name];
|
||||||
#if TARGET_OS_TV
|
#if TARGET_OS_TV
|
||||||
[_appLabel setFont:[UIFont systemFontOfSize:16]];
|
[_appLabel setFont:[UIFont systemFontOfSize:24]];
|
||||||
[_appLabel setAdjustsFontSizeToFitWidth:YES];
|
[_appLabel setAdjustsFontSizeToFitWidth:YES];
|
||||||
[_appLabel setFrame: CGRectMake(0, 0, 200, 265)];
|
[_appLabel setFrame: CGRectMake(0, 0, 200, 265)];
|
||||||
//custom image to do TvOS hover popup effect
|
//custom image to do TvOS hover popup effect
|
||||||
|
|||||||
Reference in New Issue
Block a user