Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing UIViewContentMode that works in the demo app
  • Loading branch information
revolter authored Feb 7, 2017
1 parent 0768a39 commit 66c5e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LAAnimationView *animation = [[LAAnimationView alloc] initWithContentsOfURL:[NSU
[self.view addSubview:animation];
```

Lottie supports the iOS `UIViewContentModes` aspectFit and aspectFill
Lottie supports the iOS `UIViewContentModes` aspectFit, aspectFill and scaleFill

You can also set the animation progress interactively.
```objective-c
Expand Down

0 comments on commit 66c5e6a

Please sign in to comment.