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