Github user cxfeng1 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex/pull/35#discussion_r104339708
  
    --- Diff: ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m ---
    @@ -72,6 +72,8 @@ + (void)_registerDefaultComponents
         [self registerComponent:@"image" 
withClass:NSClassFromString(@"WXImageComponent") withProperties:nil];
         [self registerComponent:@"scroller" 
withClass:NSClassFromString(@"WXScrollerComponent") withProperties:nil];
         [self registerComponent:@"list" 
withClass:NSClassFromString(@"WXListComponent") withProperties:nil];
    +    [self registerComponent:@"recycler" 
withClass:NSClassFromString(@"WXRecyclerComponent") withProperties:nil];
    +    [self registerComponent:@"waterfall" 
withClass:NSClassFromString(@"WXRecyclerComponent") withProperties:nil];
    --- End diff --
    
    YES, waterfall is more understandable to use for multi-column layout, and 
recycler will be a fundamental component to be used for multiple layout, such 
as linear/flex. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to