This commit is contained in:
Reda Lemeden 2016-10-08 10:36:29 +02:00
parent 9ecb4b63e1
commit a3617f77bc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ for up to date installation instructions.
## How It Works
`Gifu` does not force you to use a specific subclass `UIImageView`. The `Animator` class does the heavy-lifting, while the `GIFAnimatable` protocol exposes the functionality to the view classes that conform to it, using protocol extensions.
`Gifu` does not force you to use a specific subclass of `UIImageView`. The `Animator` class does the heavy-lifting, while the `GIFAnimatable` protocol exposes the functionality to the view classes that conform to it, using protocol extensions.
The `Animator` has a `FrameStore` that only keeps a limited number of frames in-memory, effectively creating a buffer for the animation without consuming all the available memory. This approach makes loading large GIFs a lot more resource-friendly.