修正测试代码
This commit is contained in:
@@ -1115,7 +1115,7 @@ HWDMP4PlayDelegate>
|
||||
@kWeakify(self);
|
||||
[self.parser parseWithURL:[NSURL URLWithString:effectPath] completionBlock:^(SVGAVideoEntity * _Nonnull videoItem) {
|
||||
@kStrongify(self);
|
||||
self.enterEffectView.loops = 0;
|
||||
self.enterEffectView.loops = 1;
|
||||
self.enterEffectView.hidden = NO;
|
||||
self.enterEffectView.clearsAfterStop = NO;
|
||||
self.enterEffectView.alpha = 1;
|
||||
|
Reference in New Issue
Block a user