mirror of
https://github.com/zhigang1992/NoticeView.git
synced 2026-01-12 17:32:41 +08:00
remove self.noticeView from a superview during cleanup
This commit is contained in:
@@ -261,6 +261,7 @@
|
||||
} completion:^ (BOOL finished) {
|
||||
if (finished) {
|
||||
// Cleanup
|
||||
[self.noticeView removeFromSuperview];
|
||||
self.noticeView = nil;
|
||||
self.imageView = nil;
|
||||
self.titleLabel = nil;
|
||||
|
||||
Reference in New Issue
Block a user