remove self.noticeView from a superview during cleanup

This commit is contained in:
Kolyvan
2012-05-29 21:05:48 +11:00
parent f1dce80236
commit fbe4a017a3

View File

@@ -261,6 +261,7 @@
} completion:^ (BOOL finished) {
if (finished) {
// Cleanup
[self.noticeView removeFromSuperview];
self.noticeView = nil;
self.imageView = nil;
self.titleLabel = nil;