[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/581 --- 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 feature

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-09 Thread cxfeng1
Github user cxfeng1 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r132130861 --- Diff: ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m --- @@ -112,6 +115,211 @@ - (NSUInteger)_childrenCountForLayout return (int)(co

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-09 Thread cxfeng1
Github user cxfeng1 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r132132975 --- Diff: ios/sdk/WeexSDK/Sources/Module/WXAnimationLayout.h --- @@ -1,49 +1,49 @@ -/* - * Licensed to the Apache Software Foundation (ASF) un

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-09 Thread cxfeng1
Github user cxfeng1 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r132131448 --- Diff: ios/sdk/WeexSDK/Sources/Model/WXComponent.m --- @@ -436,16 +436,35 @@ - (void)_moveToSupercomponent:(WXComponent *)newSupercomponent atInde

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-09 Thread cxfeng1
Github user cxfeng1 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r132132579 --- Diff: ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m --- @@ -409,4 +617,77 @@ static css_dim_t cssNodeMeasure(void *context, float width, cs

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-09 Thread cxfeng1
Github user cxfeng1 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r132130697 --- Diff: ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m --- @@ -112,6 +115,211 @@ - (NSUInteger)_childrenCountForLayout return (int)(co

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-09 Thread cxfeng1
Github user cxfeng1 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r132131367 --- Diff: ios/sdk/WeexSDK/Sources/Model/WXComponent.m --- @@ -436,16 +436,35 @@ - (void)_moveToSupercomponent:(WXComponent *)newSupercomponent atInde

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-09 Thread cxfeng1
Github user cxfeng1 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r132132531 --- Diff: ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m --- @@ -112,6 +115,211 @@ - (NSUInteger)_childrenCountForLayout return (int)(co

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-09 Thread cxfeng1
Github user cxfeng1 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r132132151 --- Diff: ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m --- @@ -112,6 +115,211 @@ - (NSUInteger)_childrenCountForLayout return (int)(co

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-08 Thread kfeagle
Github user kfeagle commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/581#discussion_r131900391 --- Diff: ios/sdk/WeexSDK/Sources/Component/WXComponent_internal.h --- @@ -214,3 +251,11 @@ - (void)setGradientLayer; @end + +

[GitHub] incubator-weex pull request #581: + [ios] LayoutAnimation

2017-08-08 Thread doumafang
GitHub user doumafang opened a pull request: https://github.com/apache/incubator-weex/pull/581 + [ios] LayoutAnimation Layout Animation Base on CADisplayLink,to create generated frame animation. You can merge this pull request into a Git repository by running: $ git pull ht