Marcos Griselli
Marcos Griselli
- [x] Swift 5.1 - [x] Swift Package Manager integration - [ ] Fix bugs on iOS 13 If there's any specific Xcode 11/Swift 5.1 feature that would be nice...
Use iOS 10 API's to support interruptible transitions in both `UIViewControllerAnimatedTransitioning` and `UIPercentDrivenInteractiveTransition`.
Refactor the Configurator objects to take in an animation type so this can be injected instead of a internal setup value. This will let us support iOS 8+ and still...
Roadmap for transition examples: - [x] App Store modal transition - [x] UINavigationController swipe back replica - [ ] Apple Music currently playing animation - [ ] Bubble style -...
In order to have a well documented API we need to describe what each class, struct, enum and method responsibilities are and how to use it.
#70 introduced a new animation case called `.vector(CGVector)` which replaced the old `.from(Direction, CGFloat)` case. This new type has a bug where the animations are performed in an incorrect direction....
On iOS 10 we were introduced to `UIViewPropertyAnimator` which comes packed with amazing features to create rich and interactive animations. ViewAnimator relies on the old `UIView` animations API in order...
The current example app is a really simple approach on what can be done with ViewAnimator. Even though the library is not complex to integrate and use on your own...
After adding #8 it would be nice to have an example of screenshot based testing with Sizes handling all the different device sizes and fonts. Ideally, we would have an...