Skip to content

Commit

Permalink
功能升级,BUG修复。
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsoft committed Nov 14, 2019
1 parent 2873e42 commit c103e2f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions MyLayout/Lib/MyFlexLayout.m
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,8 @@ @implementation MyFlexItem
__weak UIView *_view;
MyFlexItemAttrs *_attrs;
}

@dynamic attrs;


-(instancetype)initWithView:(UIView*)view attrs:(MyFlexItemAttrs*)attrs
{
self = [super init];
Expand Down Expand Up @@ -379,13 +377,6 @@ -(instancetype)init
return self;
}

//@property(nonatomic, assign) MyFlexDirection flex_direction;
//@property(nonatomic, assign) MyFlexWrap flex_wrap;
//@property(nonatomic, assign) MyFlexGravity justify_content;
//@property(nonatomic, assign) MyFlexGravity align_items;
//@property(nonatomic, assign) MyFlexGravity align_content;


-(void)setFlex_direction:(MyFlexDirection)flex_direction
{
if (_flex_direction != flex_direction)
Expand Down

0 comments on commit c103e2f

Please sign in to comment.