We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c7135 commit 2826616Copy full SHA for 2826616
1 file changed
iOSUIView.mm
@@ -85,6 +85,7 @@ +(void)ShowTempAlert:(NSString *)alertString
85
[label removeFromSuperview];
86
[vfxView removeFromSuperview];
87
88
+ //销毁UIView对象
89
vfxView = nil;
90
label = nil;
91
}];
0 commit comments