Fix several UI issues

This commit is contained in:
Cameron Gutman
2018-08-26 16:43:45 -07:00
parent 2e479837ed
commit 44f64e1a35
3 changed files with 13 additions and 4 deletions
+5
View File
@@ -18,7 +18,12 @@
CGSize _labelSize;
}
static const float REFRESH_CYCLE = 2.0f;
#if TARGET_OS_TV
static const int LABEL_DY = 40;
#else
static const int LABEL_DY = 20;
#endif
- (id) init {
self = [super init];