[
https://issues.apache.org/jira/browse/WEEX-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249255#comment-16249255
]
ASF GitHub Bot commented on WEEX-109:
-------------------------------------
Github user cxfeng1 commented on a diff in the pull request:
https://github.com/apache/incubator-weex/pull/856#discussion_r150474976
--- Diff: ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m ---
@@ -569,6 +573,8 @@ -
(void)scrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView
}
[scrollView setContentInset:inset];
+ [self fireEvent:@"scrollend" params:nil domChanges:nil];
+
--- End diff --
unnecessary line
> Scroller list recycler Supported scrollstart and scrollend Event
> ----------------------------------------------------------------
>
> Key: WEEX-109
> URL: https://issues.apache.org/jira/browse/WEEX-109
> Project: Weex
> Issue Type: New Feature
> Reporter: codefurture
> Assignee: Adam Feng
> Priority: Minor
>
> 1、Scroller Supported scrollStart and scrollEnd Event
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)