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:29:54 UTC

[14/50] incubator-weex git commit: Merge pull request #2681 from kfeagle/ios-feature-0.11-dev-input-Refactor

Merge pull request #2681 from kfeagle/ios-feature-0.11-dev-input-Refactor

+ [ios] refactor input and textarea

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

Branch: refs/heads/0.11-dev
Commit: 7811a5ca1b0e38abd3be217a68f3305f6e1de4b7
Parents: 67b041b d98c8c9
Author: \u9f50\u5c71 <su...@163.com>
Authored: Wed Feb 22 12:04:07 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Wed Feb 22 12:04:07 2017 +0800

----------------------------------------------------------------------
 .../WeexSDK/Sources/Component/WXEditComponent.h |  21 +
 .../WeexSDK/Sources/Component/WXEditComponent.m | 762 +++++++++++++++++++
 .../Sources/Component/WXTextAreaComponent.h     |   5 +-
 .../Sources/Component/WXTextAreaComponent.m     | 597 ++-------------
 .../Sources/Component/WXTextInputComponent.h    |   8 +-
 .../Sources/Component/WXTextInputComponent.m    | 605 +--------------
 6 files changed, 895 insertions(+), 1103 deletions(-)
----------------------------------------------------------------------