You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/02/28 02:30:23 UTC

[43/50] incubator-weex git commit: Merge pull request #2709 from kfeagle/ios-feature-box-shadow-0.11-dev

Merge pull request #2709 from kfeagle/ios-feature-box-shadow-0.11-dev

+ [ios] feature: add box-shadow for ios

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/6b7f1eab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/6b7f1eab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/6b7f1eab

Branch: refs/heads/0.11-dev
Commit: 6b7f1eabdc3c4545707d5287715cb378ca29bf6a
Parents: 1742ba8 530ae69
Author: \u9690\u5c0f\u98ce <cx...@gmail.com>
Authored: Fri Feb 24 18:53:07 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Fri Feb 24 18:53:07 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj       |  24 +++++
 .../Sources/Component/WXComponent_internal.h    |   3 +
 .../Sources/Display/WXComponent+BoxShadow.h     |  37 +++++++
 .../Sources/Display/WXComponent+BoxShadow.m     |  91 ++++++++++++++++
 ios/sdk/WeexSDK/Sources/Display/WXInnerLayer.h  |  19 ++++
 ios/sdk/WeexSDK/Sources/Display/WXInnerLayer.m  |  87 +++++++++++++++
 .../WeexSDK/Sources/Layout/WXComponent+Layout.m |   4 +
 ios/sdk/WeexSDK/Sources/Model/WXComponent.m     |   9 +-
 ios/sdk/WeexSDK/Sources/Utility/WXBoxShadow.h   |  31 ++++++
 ios/sdk/WeexSDK/Sources/Utility/WXBoxShadow.m   | 108 +++++++++++++++++++
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.h     |   3 +
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.m     |  17 +++
 .../Sources/View/WXComponent+ViewManagement.m   |  15 +++
 13 files changed, 446 insertions(+), 2 deletions(-)
----------------------------------------------------------------------