Skip to content

Commit

Permalink
* [ios] fixed issues that horizontal/vertical pan not respond while r…
Browse files Browse the repository at this point in the history
…ecyling views.
  • Loading branch information
cxfeng1 committed Jan 9, 2017
1 parent 63f1bf4 commit c7b4bec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/sdk/WeexSDK/Sources/Events/WXComponent+Events.m
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ - (void)_removeAllEvents
[self removePanStartEvent];
[self removePanMoveEvent];
[self removePanEndEvent];
[self removeHorizontalPanEvent];
[self removeVerticalPanEvent];

[self removeTouchStartEvent];
[self removeTouchMoveEvent];
[self removeTouchEndEvent];
Expand Down

0 comments on commit c7b4bec

Please # to comment.