Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerAndBull authored Mar 15, 2023
1 parent 6f7bab0 commit aeb035d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ github "tigerAndBull/TABAnimated"

- 手动将TABAnimated文件夹拖入工程

### 二、全局参数设置(可选)
### 二、设置全局参数(可选)

`didFinishLaunchingWithOptions` 中初始化 `TABAimated`
`didFinishLaunchingWithOptions` 中设置全局参数

```
[[TABAnimated sharedAnimated] initWithOnlySkeleton];
[TABAnimated sharedAnimated].openLog = YES;
[TABAnimated sharedAnimated].openAnimationTag = YES;
...
```

Expand Down

0 comments on commit aeb035d

Please sign in to comment.