Cache decoded UIImage objects for the scroll view to fix janky scrolling

This commit is contained in:
Cameron Gutman
2015-11-10 21:23:00 -08:00
parent c8441ec9fa
commit 20d66336a7
3 changed files with 104 additions and 21 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
@interface UIAppView : UIView
- (id) initWithApp:(App*)app andCallback:(id<AppCallback>)callback;
- (id) initWithApp:(App*)app cache:(NSCache*)cache andCallback:(id<AppCallback>)callback;
- (void) updateAppImage;
@end