GitHub user caixiaomin opened a pull request:
https://github.com/apache/incubator-weex/pull/1213
[Weex-410][iOS] Fix gesture related crash on iOS8
When a WXComponent is deallocing on iOS8, the attached gesture delegate
should set to nil. On iOS9 or later the weak pointer guarantee the delegate to
nil.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caixiaomin/incubator-weex
Fix-iOS8-Gesture-Crash
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1213.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 #1213
----
commit 326d6430689a0a3491c82777241555dceb451fbe
Author: Xiaomin <caixiaomin@...>
Date: 2018-05-25T10:59:23Z
[Weex-410][iOS] Fix gesture related crash on iOS8
----
---