From 21ab841c2545db43f98883ecd96e4cfe65a67a5c Mon Sep 17 00:00:00 2001 From: Joan Lluch Date: Thu, 3 Jul 2014 17:02:48 +0200 Subject: [PATCH] version 2.1 --- SWRevealViewController/SWRevealViewController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SWRevealViewController/SWRevealViewController.h b/SWRevealViewController/SWRevealViewController.h index 4cb9972..b20d99b 100755 --- a/SWRevealViewController/SWRevealViewController.h +++ b/SWRevealViewController/SWRevealViewController.h @@ -28,13 +28,13 @@ RELEASE NOTES - Version 2.1.0 + Version 2.1.0 (Current Version) - Removed SWDirectionPanGestureRecognizer. Horizontal panning is filtered on the shouldBegin delegate. This is cleaner, I hope it does not break previous funcionality - Took a cleaner approach to storyboard support. SWRevealViewControllerSegue is now deprecated and you should use SWRevealViewControllerSegueSetController and SWRevealViewControllerSeguePushController instead. - A minor change on the autoresizingMask of the internal views to fix a glitch on iOS8. This should not affect iOS7 - Version 2.0.2 (Current Version) + Version 2.0.2 - Added new delegates for better control of gesture recognizers