From a3617f77bc27e9f3b0cf3633118f51a740f2c9d0 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Sat, 8 Oct 2016 10:36:29 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb8455..89bcba6 100644 --- a/README.md +++ b/README.md @@ -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.