You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/01/24 08:18:59 UTC

[44/50] [abbrv] incubator-weex git commit: - [ios] remove weex demo taget in WXSelectComponent

- [ios] remove weex demo taget in WXSelectComponent


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

Branch: refs/heads/master
Commit: bd962e77cc7cee410d1d047d39a2ba1c74286182
Parents: f4fd082
Author: \u9690\u98ce <cx...@gmail.com>
Authored: Mon Jun 13 11:35:32 2016 +0800
Committer: \u9690\u98ce <cx...@gmail.com>
Committed: Mon Jun 13 11:36:16 2016 +0800

----------------------------------------------------------------------
 ios/playground/QuartzCore.gcno        | Bin 13724 -> 0 bytes
 ios/playground/WeexDemo/AppDelegate.m |   3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/bd962e77/ios/playground/QuartzCore.gcno
----------------------------------------------------------------------
diff --git a/ios/playground/QuartzCore.gcno b/ios/playground/QuartzCore.gcno
deleted file mode 100644
index 0113b7c..0000000
Binary files a/ios/playground/QuartzCore.gcno and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/bd962e77/ios/playground/WeexDemo/AppDelegate.m
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo/AppDelegate.m b/ios/playground/WeexDemo/AppDelegate.m
index fc228f3..005f2d0 100644
--- a/ios/playground/WeexDemo/AppDelegate.m
+++ b/ios/playground/WeexDemo/AppDelegate.m
@@ -10,7 +10,6 @@
 #import "WXDemoViewController.h"
 #import "UIViewController+WXDemoNaviBar.h"
 #import "WXStreamModule.h"
-#import "WXSelectComponent.h"
 #import "WXEventModule.h"
 #import "WXNavigationDefaultImpl.h"
 #import "WXImgLoaderDefaultImpl.h"
@@ -83,7 +82,7 @@
     [WXSDKEngine registerHandler:[WXImgLoaderDefaultImpl new] withProtocol:@protocol(WXImgLoaderProtocol)];
     [WXSDKEngine registerHandler:[WXEventModule new] withProtocol:@protocol(WXEventModuleProtocol)];
     
-    [WXSDKEngine registerComponent:@"select" withClass:[WXSelectComponent class]];
+    [WXSDKEngine registerComponent:@"select" withClass:NSClassFromString(@"WXSelectComponent")];
     [WXSDKEngine registerModule:@"event" withClass:[WXEventModule class]];
     [self atAddPlugin];