We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29962db commit 817bef4Copy full SHA for 817bef4
1 file changed
README.md
@@ -8,8 +8,8 @@ ZoomTransition supports pinch, rotate and pan gestures while dismissing the pres
8
9

10
11
-To add to your app, simply create a ZoomTransition by passing the current NavigationController
12
-Then set the ZoomTransition object be the NavigationController delegate
+To use the transition in your app, simply create a ZoomTransition object by passing in the current NavigationController.
+Then set the ZoomTransition object to be the NavigationControllers delegate
13
```swift
14
if let navigationController = self.navigationController {
15
self.animationController = ZoomTransition(navigationController: navigationController)
0 commit comments