You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mo...@apache.org on 2018/12/18 03:50:38 UTC

[incubator-weex] 01/01: Merge pull request #1924 from doumafang/master

This is an automated email from the ASF dual-hosted git repository.

moshen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git

commit c0313b06f27ced95747570af06767652d8690eeb
Merge: a3eec73 72292f9
Author: wqyfavor <wq...@gmail.com>
AuthorDate: Tue Dec 18 11:50:32 2018 +0800

    Merge pull request #1924 from doumafang/master
    
    [iOS] Fix `scrollStart` and `scrollEnd` can not be triggered when setting scroller's contentOffset

 .../RecycleList/WXRecycleListComponent.mm          | 22 ++++++++
 .../WeexSDK/Sources/Component/WXListComponent.mm   | 22 ++++++++
 .../Sources/Component/WXScrollerComponent.mm       | 62 +++++++++++++++-------
 ios/sdk/WeexSDK/Sources/Utility/WXUtility.h        |  7 +++
 4 files changed, 95 insertions(+), 18 deletions(-)