1 parent 6f7bab0 commit aeb035dCopy full SHA for aeb035d
1 file changed
README.md
@@ -75,13 +75,13 @@ github "tigerAndBull/TABAnimated"
75
76
- 手动将TABAnimated文件夹拖入工程
77
78
-### 二、全局参数设置(可选)
+### 二、设置全局参数(可选)
79
80
-在 `didFinishLaunchingWithOptions` 中初始化 `TABAimated`
+在 `didFinishLaunchingWithOptions` 中设置全局参数
81
82
```
83
-[[TABAnimated sharedAnimated] initWithOnlySkeleton];
84
[TABAnimated sharedAnimated].openLog = YES;
+[TABAnimated sharedAnimated].openAnimationTag = YES;
85
...
86
87
0 commit comments