You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/10/09 08:38:45 UTC

[04/50] incubator-weex git commit: * [ios] add delegate for WXBaseViewController

* [ios] add delegate for WXBaseViewController


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/bf3ab44e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/bf3ab44e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/bf3ab44e

Branch: refs/heads/release
Commit: bf3ab44e9f88b4e9896a3e8f343ef376afa28d8c
Parents: 2165b85
Author: acton393 <zh...@gmail.com>
Authored: Fri Sep 29 18:27:42 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Fri Sep 29 18:27:42 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Controller/WXBaseViewController.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/bf3ab44e/ios/sdk/WeexSDK/Sources/Controller/WXBaseViewController.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Controller/WXBaseViewController.h b/ios/sdk/WeexSDK/Sources/Controller/WXBaseViewController.h
index 34f710a..221c6c8 100644
--- a/ios/sdk/WeexSDK/Sources/Controller/WXBaseViewController.h
+++ b/ios/sdk/WeexSDK/Sources/Controller/WXBaseViewController.h
@@ -26,7 +26,7 @@
  * special bundle URL.
  */
 
-@interface WXBaseViewController : UIViewController
+@interface WXBaseViewController : UIViewController<UIGestureRecognizerDelegate>
 
 /**
  * @abstract initializes the viewcontroller with bundle url.