Skip to content

Commit

Permalink
Update readme and podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Sahaidak committed Mar 31, 2020
1 parent 4805f59 commit 5db8e2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Then just implement class of *UIViewControllerTransitioningDelegate* that will r

```swift
override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
let destination = segue.destinationViewController
destination.transitioningDelegate = self
let destination = segue.destinationViewController
destination.transitioningDelegate = self
}

func animationControllerForDismissedController(dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning? {
return StarWarsGLAnimator()
return StarWarsGLAnimator()
}
```

Expand All @@ -67,6 +67,7 @@ P.S. We’re going to publish more awesomeness wrapped in code and a tutorial on
- `1.0` Swift 2.0
- `2.0` Adds Swift 3.0 support
- `3.0` Adds Swift 4.0 support
- `4.0` Adds Swift 5.0 support

## License

Expand Down
2 changes: 1 addition & 1 deletion StarWars.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "StarWars"
s.version = "3.0"
s.version = "4.0"
s.summary = "This component implements transition animation to crumble view-controller into tiny pieces"

s.homepage = "https://yalantis.com/blog/uidynamics-uikit-or-opengl-3-types-of-ios-animations-for-the-star-wars/"
Expand Down

0 comments on commit 5db8e2a

Please sign in to comment.