Skip to content

Commit

Permalink
Demo增加表达式计算
Browse files Browse the repository at this point in the history
  • Loading branch information
郑立宝 committed Jun 15, 2021
1 parent a2a01da commit 57be069
Show file tree
Hide file tree
Showing 14 changed files with 819 additions and 806 deletions.
7 changes: 6 additions & 1 deletion Example_oc/FlexLib/res/FlexViewController.xml
Expand Up @@ -78,5 +78,10 @@
</FlexTouchView>
</UIView>

</FlexScrollView>


</FlexScrollView><UIView layout="$width:ScreenWidth*0.6,height:50,alignItems:center,justifyContent:center" attr="bgColor:#e5e5e5,borderRadius:6">
<UILabel
attr="@:system/buttonText,text:表达式计算,屏幕宽度的60%"/>
</UIView>
</UIView>
5 changes: 5 additions & 0 deletions Example_swift/FlexSwiftDemo/res/ViewController.xml
Expand Up @@ -77,5 +77,10 @@
attr="@:system/buttonText,text:FrameView"/>
</FlexTouchView>
</UIView>

<UIView layout="$width:ScreenWidth*0.6,height:50,alignItems:center,justifyContent:center" attr="bgColor:#e5e5e5,borderRadius:6">
<UILabel
attr="@:system/buttonText,text:表达式计算,屏幕宽度的60%"/>
</UIView>
</FlexScrollView>
</UIView>
16 changes: 8 additions & 8 deletions Example_swift/Podfile.lock
@@ -1,12 +1,12 @@
PODS:
- FlexLib (2.6.0):
- FlexLib/standard (= 2.6.0)
- FlexLib/preview (2.6.0):
- FlexLib (3.0.0):
- FlexLib/standard (= 3.0.0)
- FlexLib/preview (3.0.0):
- FlexLib/standard
- FlexLib/standard (2.6.0):
- FlexLib/standard/no-arc (= 2.6.0)
- FlexLib/standard (3.0.0):
- FlexLib/standard/no-arc (= 3.0.0)
- Yoga (= 1.14.0)
- FlexLib/standard/no-arc (2.6.0):
- FlexLib/standard/no-arc (3.0.0):
- Yoga (= 1.14.0)
- Yoga (1.14.0)

Expand All @@ -16,15 +16,15 @@ DEPENDENCIES:
- Yoga (= 1.14.0)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
trunk:
- Yoga

EXTERNAL SOURCES:
FlexLib:
:path: "../"

SPEC CHECKSUMS:
FlexLib: cc6066abc25d47e224748f4c58ab015a28afd61a
FlexLib: 939c6ccbd187451ac7b2fc9220dec7d2a2b24bd4
Yoga: cff67a400f6b74dc38eb0bad4f156673d9aa980c

PODFILE CHECKSUM: 4ac29cc7fc8f093e3bab9dae20351ed9692977e1
Expand Down
11 changes: 7 additions & 4 deletions Example_swift/Pods/Local Podspecs/FlexLib.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Example_swift/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,554 changes: 776 additions & 778 deletions Example_swift/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57be069

Please sign in to comment.