From 4df98a9cd297a10ed0f10f3b96cccaa0a5553c5d Mon Sep 17 00:00:00 2001 From: junge Date: Sat, 14 Nov 2015 18:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3presentViewController?= =?UTF-8?q?=E6=97=B6=E5=80=99=E9=A1=B5=E9=9D=A2=E8=B7=B3=E5=8A=A8=E7=9A=84?= =?UTF-8?q?Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UINavigationController+FDFullscreenPopGesture.m | 1 + 1 file changed, 1 insertion(+) diff --git a/FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.m b/FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.m index 914f217..eecc741 100644 --- a/FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.m +++ b/FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.m @@ -105,6 +105,7 @@ - (void)fd_viewWillAppear:(BOOL)animated if (self.fd_willAppearInjectBlock) { self.fd_willAppearInjectBlock(self, animated); + self.fd_willAppearInjectBlock = nil; } }