File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ MyLayout是一套iOS界面视图布局框架。MyLayout的内核是基于对UIVi
42
42
下面两张表格分别列表每个子视图的建立消耗的时间和布局消耗时间,单位为:毫秒
43
43
44
44
create time(ms)/per subview|Frame|MyLayout|AutoLayout|Masonry|UIStackView
45
- ------------|---------------|---------------
45
+ -------| -----|-------| --------|--------| -------
46
46
MyLinearLayout|0.08|0.164|0.219|0.304|0.131
47
47
MyFrameLayout|0.05|0.149|0.209|0.273|0.131
48
48
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
52
52
53
53
54
54
layout time(ms)/per subview |Frame|MyLayout|AutoLayout|Masonry|UIStackView
55
- ------------|---------------|---------------
55
+ -----| -------|--------| -------|---------| ------
56
56
MyLinearLayout|0|0.049|0.269|0.269|0.272
57
57
MyFrameLayout|0|0.042|0.243|0.243|0.272
58
58
MyRelativeLayout|0|0.068|0.274|0.274|0.272
You can’t perform that action at this time.
0 commit comments