Created
December 11, 2019 22:27
-
-
Save thexande/8c865372d9ebd3064ce977fcd7f3a2b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final class CardPresentationCoordinator: UIPercentDrivenInteractiveTransition { | |
var hasStartedInteraction = false | |
var shouldFinishTransition = false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment