Commit ff42f247a4ae32550808312afe0679f4215055cb
1 parent
e6abafd5
no message
Showing
1 changed file
with
2 additions
and
2 deletions
Example/CNLivePreloadResources/CNLiveViewController.m
| @@ -35,8 +35,8 @@ | @@ -35,8 +35,8 @@ | ||
| 35 | image1.animationRepeatCount = 0;//设置动画次数 0 表示无限 | 35 | image1.animationRepeatCount = 0;//设置动画次数 0 表示无限 |
| 36 | [image1 startAnimating];//开始播放动 | 36 | [image1 startAnimating];//开始播放动 |
| 37 | 37 | ||
| 38 | - NSArray *add2 = [CNLivePreloadManager preloadImagesForEmotion]; | ||
| 39 | - image2.image = add2[2]; | 38 | +// NSArray *add2 = [CNLivePreloadManager preloadImagesForEmotion]; |
| 39 | +// image2.image = add2[2]; | ||
| 40 | 40 | ||
| 41 | }); | 41 | }); |
| 42 | } | 42 | } |