[
https://issues.apache.org/jira/browse/WEEX-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478483#comment-16478483
]
ASF GitHub Bot commented on WEEX-375:
-------------------------------------
GitHub user acton393 opened a pull request:
https://github.com/apache/incubator-weex/pull/1183
[WEEX-375][iOS] add Protocol for PageEventNotifyEvent
[WEEX-375][iOS] add Protocol for PageEventNotifyEvent
the handler will called in situations such as rootView clicked,
scrollView scrolled,a new page start and ended.
feature:375
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acton393/incubator-weex
ios-securify-event-track
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1183.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 #1183
----
commit 24552b1fd41b06c8fb028bcfd2807d93d220fade
Author: acton393 <zhangxing610321@...>
Date: 2018-05-17T04:14:52Z
[WEEX-375][iOS] add Protocol for PageEventNotifyEvent
the handler will called in situations such as rootView clicked,
scrollView scrolled,a new page start and ended.
feature:375
----
> add Protocol for PageEventNotifyEvent
> -------------------------------------
>
> Key: WEEX-375
> URL: https://issues.apache.org/jira/browse/WEEX-375
> Project: Weex
> Issue Type: Improvement
> Reporter: xingZhang
> Assignee: xingZhang
> Priority: Major
>
> the handler will called in situations such as rootView clicked, scrollView
> scrolled, a new page start and ended.
> {code:java}
> //
> @protocol WXPageEventNotifyEventProtocol <NSObject>
>
> - (void)hitTest:(CGPoint)point withEvent:(UIEvent *)event
> withView:(UIView*)view;
>
> - (void)notifyScrollEvent:(NSString*)instanceId from:(CGPoint)from
> to:(CGPoint)to;
>
> - (void)pageStart:(NSString*)instanceId;
>
> - (void)pageDestroy:(NSString*)instanceId;
>
> @end
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)