Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerAndBull committed Apr 27, 2021
1 parent 6a2358b commit da35619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,13 @@ cellSize:[NewsCollectionViewCell cellSize]];
OC

使用变量名修改
```
_tableView.tabAnimated.adjustBlock = ^(TABComponentManager * _Nonnull manager) {
manager.animation(@"titleImageView").down(3).radius(12);
manager.animation(@"nameLabel").height(12).width(110);
manager.animation(@"timeButton").down(-5).height(12);
};
```

使用index修改
```
Expand Down

0 comments on commit da35619

Please sign in to comment.