File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -65,19 +65,17 @@ MyLayout is a simple and easy objective-c framework for iOS view layout. MyLayou
65
65
66
66

67
67
68
-
69
- create time(ms)/per subview|Frame|MyLayout|AutoLayout|Masonry|UIStackView
70
- ------------|---------------|---------------
68
+ create time(ms)/per subview|Frame|MyLayout|AutoLayout|Masonry|UIStackView
69
+ -----|-------|---------|------|------|---------
71
70
MyLinearLayout|0.08|0.164|0.219|0.304|0.131
72
71
MyFrameLayout|0.05|0.149|0.209|0.273|0.131
73
72
MyRelativeLayout|0.079|0.182|0.116|0.359|0.131
74
73
MyFlowLayout|0.08|0.107|0.198|0.258|0.131
75
74
MyFloatLayout|0.044|0.148|0.203|0.250|0.131
76
75
77
76
78
-
79
- layout time(ms)/per subview |Frame|MyLayout|AutoLayout|Masonry|UIStackView
80
- ------------|---------------|---------------
77
+ layout time(ms)/per subview |Frame|MyLayout|AutoLayout|Masonry|UIStackView
78
+ -----|-------|---------|------|------|---------
81
79
MyLinearLayout|0|0.049|0.269|0.269|0.272
82
80
MyFrameLayout|0|0.042|0.243|0.243|0.272
83
81
MyRelativeLayout|0|0.068|0.274|0.274|0.272
You can’t perform that action at this time.
0 commit comments