Skip to content

Commit

Permalink
Update README.zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsoft authored May 4, 2017
1 parent 9e7bfc4 commit 3291623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ MyLayout是一套iOS界面视图布局框架。MyLayout的内核是基于对UIVi
下面两张表格分别列表每个子视图的建立消耗的时间和布局消耗时间,单位为:毫秒

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


layout time(ms)/per subview |Frame|MyLayout|AutoLayout|Masonry|UIStackView
------------|---------------|---------------
-----|-------|--------|-------|---------|------
MyLinearLayout|0|0.049|0.269|0.269|0.272
MyFrameLayout|0|0.042|0.243|0.243|0.272
MyRelativeLayout|0|0.068|0.274|0.274|0.272
Expand Down

0 comments on commit 3291623

Please sign in to comment.