Skip to content

Commit 3291623

Browse files
authored
Update README.zh.md
1 parent 9e7bfc4 commit 3291623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MyLayout是一套iOS界面视图布局框架。MyLayout的内核是基于对UIVi
4242
下面两张表格分别列表每个子视图的建立消耗的时间和布局消耗时间,单位为:毫秒
4343

4444
create time(ms)/per subview|Frame|MyLayout|AutoLayout|Masonry|UIStackView
45-
------------|---------------|---------------
45+
-------|-----|-------|--------|--------|-------
4646
MyLinearLayout|0.08|0.164|0.219|0.304|0.131
4747
MyFrameLayout|0.05|0.149|0.209|0.273|0.131
4848
MyRelativeLayout|0.079|0.182|0.116|0.359|0.131
@@ -52,7 +52,7 @@ MyFloatLayout|0.044|0.148|0.203|0.250|0.131
5252

5353

5454
layout time(ms)/per subview |Frame|MyLayout|AutoLayout|Masonry|UIStackView
55-
------------|---------------|---------------
55+
-----|-------|--------|-------|---------|------
5656
MyLinearLayout|0|0.049|0.269|0.269|0.272
5757
MyFrameLayout|0|0.042|0.243|0.243|0.272
5858
MyRelativeLayout|0|0.068|0.274|0.274|0.272

0 commit comments

Comments
 (0)