Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[WEEX-109][iOS] add scrollstart and scrollend event's interface for scroller #856

Merged
merged 4 commits into from
Nov 16, 2017
Merged

[WEEX-109][iOS] add scrollstart and scrollend event's interface for scroller #856

merged 4 commits into from
Nov 16, 2017

Conversation

doumafang
Copy link
Member

@doumafang doumafang commented Nov 13, 2017

[WEEX-109] [iOS] add scrollstart and scrollend event's interface for scroller
Just use fireEvent to make UIScrollViewDelegate exposed to the front users.
Now can use 'scrollstart' and 'scrollend' to get scroller's status.
https://issues.apache.org/jira/browse/WEEX-109
http://dotwe.org/vue/96421f059fb7481faa4af86adb813efa
http://dotwe.org/vue/30fce705bf5c8a0763a95367c9b8dcfe

@weex-bot
Copy link

weex-bot commented Nov 13, 2017

Messages
📖 has no android file changed.
📖 android test finished.

Generated by 🚫 dangerJS

@@ -569,6 +573,8 @@ - (void)scrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView
}

[scrollView setContentInset:inset];
[self fireEvent:@"scrollend" params:nil domChanges:nil];

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary line

@cxfeng1-zz
Copy link
Contributor

@doumafang Can you provide some examples of the pull request and please make sure the behavior on iOS is consistent with Android.

@asfgit asfgit merged commit 3071cb0 into apache:master Nov 16, 2017
@doumafang doumafang deleted the ios-feature-layoutanimation-0.16dev branch December 1, 2017 11:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants