Skip to content

Commit

Permalink
Merge remote-tracking branch 'MyLinearLayout/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
欧柏泉 committed May 9, 2018
2 parents 2bbe44e + 496af65 commit bf8279e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Sample code:
S.subviewHSpace = 10;
S.subviewVSpace = 10;
[S addRow:MTLSIZE_WRAPCONTENT colSize:MTLSIZE_WRAPCONTENT];
   [S addRow:MyLayoutSize.wrap colSize:MyLayoutSize.wrap];
UIView *A = [UIView new];
A.mySize = CGSizeMake(50,40);
Expand All @@ -300,7 +300,7 @@ Sample code:
C.mySize = CGSizeMake(30,40);
[S addSubview:C];
[S addRow:MTLSIZE_WRAPCONTENT colSize:MTLSIZE_WRAPCONTENT];
[S addRow:MyLayoutSize.wrap colSize:MyLayoutSize.wrap];
UIView *D = [UIView new];
D.mySize = CGSizeMake(200,40);
Expand Down

0 comments on commit bf8279e

Please sign in to comment.