AnimationSugar
AnimationSugar copied to clipboard
Hi, For iOS and macOS projets it's will be great to make your component [Carthage](https://github.com/Carthage/Carthage) compatible Take a look at these articles: - [Ruthlessly Simple Dependency Management with Carthage](https://bit.ly/2IWvGks) -...
Warning logic for unused return values changed in Swift 3, we now must opt out of warnings. This is needed to suppress warnings for the unused return value of the...
**Why am I getting such errors:** _Result of call to 'animate(duration:animations:)' unused_
`nextAnimation` and `prevAnimation` are both strong references and will create a retain cycle of the `Animation` class when `thenAnimate` is called.