[GitHub] incubator-weex pull request #864: [iOS] Make sure gesture recognizers won't ...

2017-11-14 Thread AntiMoron
GitHub user AntiMoron opened a pull request: https://github.com/apache/incubator-weex/pull/864 [iOS] Make sure gesture recognizers won't be lost. First of all, thank you for your contribution! Please makes sure that these checkboxes are checked before submitting your PR

[GitHub] incubator-weex issue #864: [iOS] Make sure gesture recognizers won't be lost...

2017-11-15 Thread AntiMoron
Github user AntiMoron commented on the issue: https://github.com/apache/incubator-weex/pull/864 @cxfeng1 No, customized weex component is involved. I can send you the demo. ---

[GitHub] incubator-weex pull request #1190: Update WXRecyclerUpdateController.m

2018-05-21 Thread AntiMoron
GitHub user AntiMoron opened a pull request: https://github.com/apache/incubator-weex/pull/1190 Update WXRecyclerUpdateController.m Fix one crash. ``` *** -[__NSDictionaryM setObject:forKey:]: key cannot be nil ``` This exception will be yelled at line 167

[GitHub] incubator-weex pull request #1108: Fix compile problem. 'progressBlock:' not...

2018-04-10 Thread AntiMoron
GitHub user AntiMoron opened a pull request: https://github.com/apache/incubator-weex/pull/1108 Fix compile problem. 'progressBlock:' not found in the function declaration [-Werror,-Wdocumentation] parameter 'progressBlock:' not found in the function declaration [-Werror