Rewrite UIAppView to avoid needing a custom hover pop-up effect on tvOS

This commit is contained in:
Cameron Gutman
2019-09-22 19:47:29 -07:00
parent 15fe5a06c2
commit e6b1dd6b64
2 changed files with 72 additions and 76 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
@end
@interface UIAppView : UIView
@interface UIAppView : UIButton
- (id) initWithApp:(TemporaryApp*)app cache:(NSCache*)cache andCallback:(id<AppCallback>)callback;
- (void) updateAppImage;