[GitHub] incubator-weex pull request #585: + [ios] support call native directly

2017-08-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/585 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-weex pull request #585: + [ios] support call native directly

2017-08-10 Thread kfeagle
Github user kfeagle commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/585#discussion_r132398202 --- Diff: ios/playground/WeexDemo/WXExtendCallNativeTest.h --- @@ -0,0 +1,14 @@ +// +// WXExtendCallNativeTest.h +// WeexDemo +//

[GitHub] incubator-weex pull request #585: + [ios] support call native directly

2017-08-10 Thread acton393
Github user acton393 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/585#discussion_r132384096 --- Diff: ios/playground/WeexDemo/WXExtendCallNativeTest.h --- @@ -0,0 +1,14 @@ +// +// WXExtendCallNativeTest.h +// WeexDemo +//

[GitHub] incubator-weex pull request #585: + [ios] support call native directly

2017-08-10 Thread kfeagle
GitHub user kfeagle opened a pull request: https://github.com/apache/incubator-weex/pull/585 + [ios] support call native directly user can call native function if user realize the function WXExtendCallNativeProtocol demo ``` Hello