From 8681050dd0d63833b76d9b0c6e518458b34a521d Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Wed, 11 Mar 2015 21:48:41 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dbf6452..2274940 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ iOS Slide Menu built on top of UINavigationController, with configurable buttons ![alt tag](https://raw.github.com/aryaxt/iOS-Slide-Menu/master/slideMenuAnimation.gif) +Version 1.4.5 Notes +--------- +Enabling shouldRecognizeSimultaneouslyWithGestureRecognizer was causing issues, if you are seeing unexpected gesture behavior delete the pod and reinstall as that method has been removed + Version 1.4.0 Notes --------- ```switchToViewController:withCompletion:``` method has been deprecated. In order to get the exact same behavior use ```popToRootAndSwitchToViewController:withCompletion```