EasyTransitions icon indicating copy to clipboard operation
EasyTransitions copied to clipboard

A simple way to create custom interactive UIViewController transitions

Results 13 EasyTransitions issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

As in your demo the swipe from bottom to up and then open that ViewController that have Airpod image. I want same like that button i want to open when...

Hi I am using this library but animation is not work in iOS 13. can you please update as soon as possible. Thanks, Krupa Prajapati. ![Simulator Screen Shot - iPhone...

- [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...

There really is now way to do this that I can see. The gestureRecognizer has been marked as private. I have a horizontal UICollectionViewController. It triggers the dismiss action every...

enhancement

I am using this library to present several UIViewControllers. Many of them have UIScrollView subviews. `ModalTransitionDelegate.interactiveController.gestureRecognizer` is private and this makes it impossible for me to tell my views to...

enhancement

Use iOS 10 API's to support interruptible transitions in both `UIViewControllerAnimatedTransitioning` and `UIPercentDrivenInteractiveTransition`.

new feature

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...

enhancement