You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by bo...@apache.org on 2017/04/10 03:51:57 UTC

[9/9] incubator-weex git commit: Merge branch '0.12-dev-newSlider' of https://github.com/bluebird78999/incubator-weex into 0.12-dev

Merge branch '0.12-dev-newSlider' of https://github.com/bluebird78999/incubator-weex into 0.12-dev


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

Branch: refs/heads/0.12-dev
Commit: 51ba98801157fae6ae81b1cc363345ab56081000
Parents: 5b1126a 1f7a7db
Author: bobning <ni...@163.com>
Authored: Mon Apr 10 11:51:26 2017 +0800
Committer: bobning <ni...@163.com>
Committed: Mon Apr 10 11:51:26 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj       |   8 +
 .../Sources/Component/WXCycleSliderComponent.h  |  18 +
 .../Sources/Component/WXCycleSliderComponent.m  | 594 +++++++++++++++++++
 .../Sources/Component/WXIndicatorComponent.h    |   8 +
 .../Sources/Component/WXIndicatorComponent.m    |  16 +-
 .../Sources/Component/WXSliderComponent.m       |   5 +-
 .../Component/WXSliderNeighborComponent.h       |   3 +
 .../Component/WXSliderNeighborComponent.m       |   5 +-
 ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m    |   1 +
 9 files changed, 646 insertions(+), 12 deletions(-)
----------------------------------------------------------------------