This commit is contained in:
lianxiang
2018-09-08 09:53:51 +08:00
parent dc959b8ec0
commit fdee3e47f4
4 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ static char overlayKey;
- (void)cnReset
{
[self setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
[self setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
[self.overlay removeFromSuperview];
self.overlay = nil;
}