Gifu/Demo/demo
Tony DiPasquale a885c995e9 Bring back progressive loading
Loading the all the frames of a GIF at once into memory helped cut down
on the memory footprint because we could eliminate the need to hold onto
the source image. However, we see this break down when there are too
many frames. The "almost_nailed_it.gif" GIF has 545 frames and would
crash the app around 130 loaded. This brings back progressive loading
with a max frame count of 50 to prevent this issue.
2015-06-05 11:22:22 -04:00
..
Images.xcassets Separate demo and framework 2014-12-08 22:23:14 +01:00
classes Bring back progressive loading 2015-06-05 11:22:22 -04:00
Info.plist Separate demo and framework 2014-12-08 22:23:14 +01:00
Main.storyboard Cleanup demo storyboard and constraints 2015-04-23 18:55:35 -04:00
almost_nailed_it.gif Bring back progressive loading 2015-06-05 11:22:22 -04:00
mugen.gif Separate demo and framework 2014-12-08 22:23:14 +01:00