Skip to content

Commit 9e7bfc4

Browse files
authored
Update README.md
1 parent 3605c73 commit 9e7bfc4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,17 @@ MyLayout is a simple and easy objective-c framework for iOS view layout. MyLayou
6565
6666
![demo](https://raw.githubusercontent.com/youngsoft/MyLinearLayout/master/MyLayout/MyLayoutP.png)
6767
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+
-----|-------|---------|------|------|---------
7170
MyLinearLayout|0.08|0.164|0.219|0.304|0.131
7271
MyFrameLayout|0.05|0.149|0.209|0.273|0.131
7372
MyRelativeLayout|0.079|0.182|0.116|0.359|0.131
7473
MyFlowLayout|0.08|0.107|0.198|0.258|0.131
7574
MyFloatLayout|0.044|0.148|0.203|0.250|0.131
7675
7776
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+
-----|-------|---------|------|------|---------
8179
MyLinearLayout|0|0.049|0.269|0.269|0.272
8280
MyFrameLayout|0|0.042|0.243|0.243|0.272
8381
MyRelativeLayout|0|0.068|0.274|0.274|0.272

0 commit comments

Comments
 (0)