This is an automated email from the ASF dual-hosted git repository.
moshen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git.
from 6e38fe3 Merge pull request #2945 from apache/double11-fix5
add 65e7acb Revert "[iOS] Fix the problem that background color should
use [UIColor clearColor] instance when transparent. (#2943)"
add 3a8a7ff Revert "[iOS] Fix the problem that background color should
use [UIColor clearColor] instance when transparent. (#2942)"
add e2ca906 Revert "[iOS] Fix problem that _backgroundColor causing
multithread crashing. (#2934)"
add ce42fd6 [iOS] Use lock to add mutex for _backgroundColor property
usage.
add 3919fdb [iOS] Remove useless switch.
add 97840a1 [iOS] Remove useless switch.
new c112f2b Merge pull request #2947 from apache/revert-backgroundcolor
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Sources/Component/WXComponent_internal.h | 10 +--
.../WeexSDK/Sources/Display/WXComponent+Display.m | 73 ++++++----------------
ios/sdk/WeexSDK/Sources/Model/WXComponent.mm | 11 ++--
ios/sdk/WeexSDK/Sources/Utility/WXConvert.h | 2 -
ios/sdk/WeexSDK/Sources/Utility/WXConvert.m | 30 ---------
.../Sources/View/WXComponent+ViewManagement.mm | 19 +++---
6 files changed, 43 insertions(+), 102 deletions(-)