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

    https://github.com/apache/incubator-weex/pull/35#discussion_r104340686
  
    --- Diff: ios/sdk/WeexSDK/Sources/Component/WXCellComponent.m ---
    @@ -84,8 +95,8 @@ - (void)updateAttributes:(NSDictionary *)attributes
     
     - (void)_moveToSupercomponent:(WXComponent *)newSupercomponent 
atIndex:(NSUInteger)index
     {
    -    if (self.list == newSupercomponent) {
    -        [self.list cell:self didMoveToIndex:index];
    +    if (self.delegate == newSupercomponent) {
    --- End diff --
    
    This method is required to be implemented in protocol, and the protocol 
will not be exported to public,  maybe it's just controllable.


---
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