fix: Let clearsAfterStop defaults too YES.

This commit is contained in:
PonyCui
2019-09-29 20:30:00 +08:00
parent 5a50fedbbb
commit 4932be5c3a

View File

@@ -41,6 +41,7 @@
self = [super initWithFrame:frame];
if (self) {
self.contentMode = UIViewContentModeTop;
self.clearsAfterStop = YES;
}
return self;
}