Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Lluch committed Jul 16, 2014
1 parent ebc5a95 commit ce08628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SWRevealViewController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SWRevealViewController"
s.version = "2.1.0"
s.version = "2.2.0"
s.summary = "A UIViewController subclass for presenting two view controllers inspired in the Facebook app, done right."
s.homepage = "https://github.com/John-Lluch/SWRevealViewController"
s.license = "MIT"
Expand Down
7 changes: 2 additions & 5 deletions SWRevealViewController/SWRevealViewController.h
Expand Up @@ -29,14 +29,11 @@
RELEASE NOTES
Version 2.2.0
Version 2.2.0 (Current Version)
- State restoration support.
- State Restoration support.
- Reverted panGestureRecognizer implementation to before v2.1.0 (works better).
- New properties 'toggleAnimationType', 'springDampingRatio'. Default reveal animation is 'Spring'
Version 2.1.1 (Current Version)
- New property 'frontViewShadowColor'
- New properties 'clipsViewsToBounds' and '_extendedPointInsideHit'
- New delegate methods for finer control of front view location in the overdraw area, as long as deprecation note on former delegate methods
Expand Down

0 comments on commit ce08628

Please sign in to comment.