Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: Let clearsAfterStop defaults too YES.
Browse files Browse the repository at this point in the history
  • Loading branch information
PonyCui committed Sep 29, 2019
1 parent 5a50fed commit 4932be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SVGAPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ - (instancetype)initWithFrame:(CGRect)frame
self = [super initWithFrame:frame];
if (self) {
self.contentMode = UIViewContentModeTop;
self.clearsAfterStop = YES;
}
return self;
}
Expand Down

0 comments on commit 4932be5

Please sign in to comment.