mirror of
https://github.com/svga/SVGAPlayer-iOS.git
synced 2025-10-21 07:29:14 +08:00
fix: Let clearsAfterStop defaults too YES.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
self = [super initWithFrame:frame];
|
||||
if (self) {
|
||||
self.contentMode = UIViewContentModeTop;
|
||||
self.clearsAfterStop = YES;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
Reference in New Issue
Block a user