You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/11 03:09:00 UTC

[jira] [Commented] (WEEX-352) Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol

    [ https://issues.apache.org/jira/browse/WEEX-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471428#comment-16471428 ] 

ASF GitHub Bot commented on WEEX-352:
-------------------------------------

GitHub user caixiaomin opened a pull request:

    https://github.com/apache/incubator-weex/pull/1166

     [WEEX-352][iOS] Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol.

    Allow developer to customize pull refresh in scroller by implement new protocol WXPullRefreshProtocol.
    
    1. Register handler for new protocol
    2. Write your own implementation with iOS native code
    3. Customize animation duration in Javascript file
    4. A default implementation has already provided in Demo project

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/caixiaomin/incubator-weex master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/1166.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1166
    
----
commit 80f26c7a67306eebd7c53f62469757325247799e
Author: maike(麦客) <ma...@...>
Date:   2018-05-10T10:16:12Z

    [WEEX-352][iOS] Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol.

commit d5e710d3410503050c1ffcf9a7164a9ee8305232
Author: maike(麦客) <ma...@...>
Date:   2018-05-10T12:08:21Z

    [WEEX-352][iOS] Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol.  Refined

----


> Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol
> -------------------------------------------------------------------------------------------------
>
>                 Key: WEEX-352
>                 URL: https://issues.apache.org/jira/browse/WEEX-352
>             Project: Weex
>          Issue Type: New Feature
>          Components: iOS
>    Affects Versions: 0.18
>            Reporter: Xiaomin Cai
>            Assignee: xingZhang
>            Priority: Minor
>             Fix For: 0.18
>
>
> Allow developer to customize pull refresh in scroller by implement new protocol.
>  # Register handler for new protocol
>  # Write your own implementation with iOS native code
>  # Refer to Playground app
>  # Customize animation duration in Javascript file



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)