BubbleTransition
GitHub describes it as A custom modal transition that presents and dismiss a controller with an expanding bubble effect.. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
andreamazz/BubbleTransition: README details
GitHub describes it as A custom modal transition that presents and dismiss a controller with an expanding bubble effect.. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as A custom modal transition that presents and dismiss a controller with an expanding bubble effect.. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. The README describes the project this way: A custom modal transition that presents and dismiss a controller inside an expanding and shrinking bubble .
Usage
The README section "Usage" states: Enter package URL: https://github.com/andreamazz/BubbleTransition , and select the latest release.
Setup
The README section "Setup" states: Have your view controller conform to UIViewControllerTransitioningDelegate . Set the transitionMode , the startingPoint , the bubbleColor and the duration .
Swipe to dismiss
The README section "Swipe to dismiss" states: You can use an interactive gesture to dismiss the presented controller. To enable this gesture, prepare the interactive transition:
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes